mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 08:19:25 -05:00
Add desc
This commit is contained in:
parent
b668112320
commit
e0004aa28a
@ -439,6 +439,7 @@ class UserDirectoryStore(SQLBaseStore):
|
|||||||
},
|
},
|
||||||
retcol="share_private",
|
retcol="share_private",
|
||||||
allow_none=True,
|
allow_none=True,
|
||||||
|
desc="get_if_users_share_a_room",
|
||||||
)
|
)
|
||||||
|
|
||||||
@cachedInlineCallbacks(max_entries=500000, iterable=True)
|
@cachedInlineCallbacks(max_entries=500000, iterable=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user