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", "status_msg",
"currently_active", "currently_active",
), ),
desc="get_presence_for_users",
) )
for row in rows: for row in rows: