Skip to content
Snippets Groups Projects
Commit 721414d9 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add desc

parent a3dc1e9c
No related branches found
No related tags found
No related merge requests found
......@@ -395,7 +395,8 @@ class RoomMemberStore(SQLBaseStore):
retcols=['user_id'],
keyvalues={
"membership": Membership.JOIN,
}
},
desc="_get_joined_users_from_context",
)
defer.returnValue(set(row["user_id"] for row in rows))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment