mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Fix pyflakes warnings
This commit is contained in:
parent
15ab5f5ad8
commit
7acede1e42
4 changed files with 4 additions and 10 deletions
|
@ -35,7 +35,7 @@ class BaseRoomHandler(BaseHandler):
|
|||
extra_users=[]):
|
||||
snapshot.fill_out_prev_events(event)
|
||||
|
||||
store_id = yield self.store.persist_event(event)
|
||||
yield self.store.persist_event(event)
|
||||
|
||||
destinations = set(extra_destinations)
|
||||
# Send a PDU to all hosts who have joined the room.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue