mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add desc to get_presence_for_users
This commit is contained in:
parent
ee660c6b9b
commit
42368ea8db
@ -149,6 +149,7 @@ class PresenceStore(SQLBaseStore):
|
||||
"status_msg",
|
||||
"currently_active",
|
||||
),
|
||||
desc="get_presence_for_users",
|
||||
)
|
||||
|
||||
for row in rows:
|
||||
|
Loading…
Reference in New Issue
Block a user