summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-05-15 11:09:47 +0100
committerMark Haines <mark.haines@matrix.org>2015-05-15 11:09:47 +0100
commit415b158ce229d4f740bf577aca5cc3d5f73e1bf6 (patch)
treede0fe256ec76c7081b2a658263a24e0382212066 /synapse/handlers
parentAdd some missed argument types, cleanup the whitespace a bit (diff)
downloadsynapse-415b158ce229d4f740bf577aca5cc3d5f73e1bf6.tar.xz
More whitespace
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/presence.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py
index 9638faf4b9..a01020e202 100644
--- a/synapse/handlers/presence.py
+++ b/synapse/handlers/presence.py
@@ -320,6 +320,7 @@ class PresenceHandler(BaseHandler):
         """Called via the distributor whenever a user joins a room.
         Notifies the new member of the presence of the current members.
         Notifies the current members of the room of the new member's presence.
+
         Args:
             user(UserID): The user who joined the room.
             room_id(str): The room id the user joined.