summary refs log tree commit diff
path: root/tests/handlers/test_message.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `token_id` parameter to create_eventRichard van der Hoff2020-10-131-1/+0
| | | | this is always the same as requester.access_token_id.
* Fix message duplication if something goes wrong after persisting the event ↵Erik Johnston2020-10-131-0/+157
(#8476) Should fix #3365.