mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-21 21:48:47 -04:00
Add desc
This commit is contained in:
parent
b668112320
commit
e0004aa28a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue