Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Re-implement unread counts (again) #8059

Merged
merged 17 commits into from
Sep 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions synapse/storage/databases/main/event_push_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def _stream_ordering_from_event_id_and_room_id_txn(

Returns:
The stream ordering for this event.
We should always have a stream ordering to return, because the event ID
should come from a local read receipt.
"""
return self.db_pool.simple_select_one_onecol_txn(
txn=txn,
Expand Down