1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 17:54:00 +00:00
This commit is contained in:
Erik Johnston 2017-06-22 10:03:48 +01:00
parent b668112320
commit e0004aa28a

View file

@ -439,6 +439,7 @@ class UserDirectoryStore(SQLBaseStore):
},
retcol="share_private",
allow_none=True,
desc="get_if_users_share_a_room",
)
@cachedInlineCallbacks(max_entries=500000, iterable=True)