Skip to content
Snippets Groups Projects
Commit 7702898b authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Add missing dm_update_lock

parent 01c274e7
Branches unpuppet
No related tags found
No related merge requests found
Pipeline #2817 passed
......@@ -54,6 +54,7 @@ class User(DBUser, BaseUser):
self.log = self.log.getChild(self.mxid)
self._metric_value = defaultdict(lambda: False)
self._connection_check_task = None
self.dm_update_lock = asyncio.Lock()
self.client = None
self.intent = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment