mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Add comments on min_stream_id
saying that the min stream id won't be completely accurate all the time
This commit is contained in:
parent
05d044aac3
commit
e1e042f2a1
2 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,8 @@ class HttpPusher(object):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def on_new_receipts(self, min_stream_id, max_stream_id):
|
||||
# Note that the min here shouldn't be relied upon to be accurate.
|
||||
|
||||
# We could check the receipts are actually m.read receipts here,
|
||||
# but currently that's the only type of receipt anyway...
|
||||
badge = yield push_tools.get_badge_count(self.hs, self.user_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue