summary refs log tree commit diff
path: root/synapse/handlers/appservice.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-14Use a set for _handle_typing and _handle_reciepts as well github/anoa/presence_events_as_set anoa/presence_events_as_setAndrew Morgan1-6/+6
This wasn't necessary, but mypy complained that 'events' could be both a List and a Set of JsonDict. So rather than define it with a Union type as such, I figured it'd be best to convert the