forked from MirrorHub/synapse
Add desc to get_presence_for_users
This commit is contained in:
parent
ee660c6b9b
commit
42368ea8db
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class PresenceStore(SQLBaseStore):
|
||||||
"status_msg",
|
"status_msg",
|
||||||
"currently_active",
|
"currently_active",
|
||||||
),
|
),
|
||||||
|
desc="get_presence_for_users",
|
||||||
)
|
)
|
||||||
|
|
||||||
for row in rows:
|
for row in rows:
|
||||||
|
|
Loading…
Reference in a new issue