Add desc to get_presence_for_users
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