0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-26 21:19:08 +02:00

Add desc to get_presence_for_users

This commit is contained in:
Erik Johnston 2016-05-18 11:38:00 +01:00
parent ee660c6b9b
commit 42368ea8db

View file

@ -149,6 +149,7 @@ class PresenceStore(SQLBaseStore):
"status_msg",
"currently_active",
),
desc="get_presence_for_users",
)
for row in rows: