mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:16:07 -04:00
clean up coding style a bit
This commit is contained in:
parent
8b8beba194
commit
3c7857e49b
8 changed files with 26 additions and 26 deletions
|
@ -45,8 +45,8 @@ class TypingNotificationHandler(BaseHandler):
|
|||
|
||||
hs.get_distributor().observe("user_left_room", self.user_left_room)
|
||||
|
||||
self._member_typing_until = {} # clock time we expect to stop
|
||||
self._member_typing_timer = {} # deferreds to manage theabove
|
||||
self._member_typing_until = {} # clock time we expect to stop
|
||||
self._member_typing_timer = {} # deferreds to manage theabove
|
||||
|
||||
# map room IDs to serial numbers
|
||||
self._room_serials = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue