0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-06 16:38:57 +02:00

Don't bother locking

This commit is contained in:
Erik Johnston 2014-11-04 16:51:23 +00:00
parent 7f4c7fe4e8
commit da4a09f977

View file

@ -132,7 +132,6 @@ class FederationHandler(BaseHandler):
# TODO: Implement something in federation that allows us to # TODO: Implement something in federation that allows us to
# respond to PDU. # respond to PDU.
with (yield self.room_lock.lock(event.room_id)):
yield self.store.persist_event( yield self.store.persist_event(
event, event,
backfilled, backfilled,