mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-11 17:50:05 -04:00
Remove the LockManager class because it wasn't being used
This commit is contained in:
parent
f74f48e9e6
commit
c452dabc3d
4 changed files with 0 additions and 189 deletions
|
@ -72,8 +72,6 @@ class FederationHandler(BaseHandler):
|
|||
self.server_name = hs.hostname
|
||||
self.keyring = hs.get_keyring()
|
||||
|
||||
self.lock_manager = hs.get_room_lock_manager()
|
||||
|
||||
self.replication_layer.set_handler(self)
|
||||
|
||||
# When joining a room we need to queue any events for that room up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue