MatrixSynapse/synapse/storage/data_stores/main
Brendan Abolivier 5a5cf6460e
Fix unread counts in sync
* Always return an unread_count in get_unread_event_push_actions_by_room_for_user
* Don't always expect unread_count to be there so we don't take out sync entirely if something goes wrong
2020-06-17 15:10:44 +01:00
..
schema Implement unread counter (MSC2625) (#7673) 2020-06-17 10:58:32 +01:00
__init__.py
account_data.py
appservice.py
cache.py
censor_events.py
client_ips.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
deviceinbox.py
devices.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
event_federation.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
event_push_actions.py Fix unread counts in sync 2020-06-17 15:10:44 +01:00
events.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
events_bg_updates.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
events_worker.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
filtering.py
group_server.py
keys.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
profile.py
purge_events.py
push_rule.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
pusher.py
receipts.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
registration.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
rejections.py
relations.py
room.py
roommember.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
search.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
signatures.py
state.py
state_deltas.py
stats.py
stream.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
tags.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
transactions.py
ui_auth.py Fix warnings about losing log context during UI auth. (#7688) 2020-06-12 15:01:00 -04:00
user_directory.py
user_erasure_store.py