mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:34:50 -04:00
Add user profiles to summary from group server
This commit is contained in:
parent
258409ef61
commit
4a9b1cf253
3 changed files with 30 additions and 2 deletions
|
@ -62,7 +62,7 @@ class ProfileStore(SQLBaseStore):
|
|||
return self._simple_select_one(
|
||||
table="remote_profile_cache",
|
||||
keyvalues={"user_id": user_id},
|
||||
retcols=("displayname", "avatar_url", "last_check"),
|
||||
retcols=("displayname", "avatar_url",),
|
||||
allow_none=True,
|
||||
desc="get_from_remote_profile_cache",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue