mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove spurious inlineCallbacks
This commit is contained in:
parent
9c7db2491b
commit
59dbb47065
@ -127,7 +127,6 @@ class UserDirectoryStore(SQLBaseStore):
|
|||||||
)
|
)
|
||||||
self.get_user_in_directory.invalidate((user_id,))
|
self.get_user_in_directory.invalidate((user_id,))
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
|
||||||
def remove_from_user_dir(self, user_id):
|
def remove_from_user_dir(self, user_id):
|
||||||
def _remove_from_user_dir_txn(txn):
|
def _remove_from_user_dir_txn(txn):
|
||||||
self._simple_delete_txn(
|
self._simple_delete_txn(
|
||||||
|
Loading…
Reference in New Issue
Block a user