Add missing await to portal.set_typing
This commit is contained in:
@@ -352,7 +352,7 @@ class MatrixHandler:
|
||||
if not await user.is_logged_in():
|
||||
continue
|
||||
|
||||
portal.set_typing(user, is_typing)
|
||||
await portal.set_typing(user, is_typing)
|
||||
|
||||
self.previously_typing = now_typing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user