summary refs log tree commit diff
path: root/synapse/handlers/presence.py
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-04-13 10:41:34 +0100
committerGitHub <noreply@github.com>2021-04-13 10:41:34 +0100
commit1d5f0e3529ec5acd889037c8ebcca2820ad003d5 (patch)
tree4e911bba7305b49ec44549f803b5cf64f5323456 /synapse/handlers/presence.py
parentAdd an admin API to manage ratelimit for a specific user (#9648) (diff)
downloadsynapse-1d5f0e3529ec5acd889037c8ebcca2820ad003d5.tar.xz
Bump black configuration to target py36 (#9781)
Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'synapse/handlers/presence.py')
-rw-r--r--synapse/handlers/presence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py
index c817f2952d..0047907cd9 100644
--- a/synapse/handlers/presence.py
+++ b/synapse/handlers/presence.py
@@ -1071,7 +1071,7 @@ class PresenceEventSource:
         room_ids=None,
         include_offline=True,
         explicit_room_id=None,
-        **kwargs
+        **kwargs,
     ) -> Tuple[List[UserPresenceState], int]:
         # The process for getting presence events are:
         #  1. Get the rooms the user is in.