mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
Remove spurious inlineCallbacks
This commit is contained in:
parent
9c7db2491b
commit
59dbb47065
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class UserDirectoryStore(SQLBaseStore):
|
|||
)
|
||||
self.get_user_in_directory.invalidate((user_id,))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def remove_from_user_dir(self, user_id):
|
||||
def _remove_from_user_dir_txn(txn):
|
||||
self._simple_delete_txn(
|
||||
|
|
Loading…
Reference in a new issue