mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-10 01:46:51 +00:00
comma
This commit is contained in:
parent
f1b67730fa
commit
d74c6ace24
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class SyncHandler(BaseHandler):
|
||||||
account_data=self.account_data_for_room(
|
account_data=self.account_data_for_room(
|
||||||
room_id, tags_by_room, account_data_by_room
|
room_id, tags_by_room, account_data_by_room
|
||||||
),
|
),
|
||||||
unread_notification_count=notif_count
|
unread_notification_count=notif_count,
|
||||||
))
|
))
|
||||||
|
|
||||||
def account_data_for_user(self, account_data):
|
def account_data_for_user(self, account_data):
|
||||||
|
|
Loading…
Add table
Reference in a new issue