mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Add comment
This commit is contained in:
parent
cccf86dd05
commit
0d3da210f0
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ class FederationHandler(BaseHandler):
|
|||
extremities=extremities,
|
||||
)
|
||||
|
||||
# Don't bother processing events we already have.
|
||||
seen_events = yield self.store.have_events_in_timeline(
|
||||
set(e.event_id for e in events)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue