mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 01:07:49 -04:00
Fix a small typo in the arguments of simple_update in update_remote_profile_cache (#7511)
This commit is contained in:
parent
24d9151a08
commit
86614e251f
2 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,7 @@ class ProfileStore(ProfileWorkerStore):
|
|||
return self.db.simple_update(
|
||||
table="remote_profile_cache",
|
||||
keyvalues={"user_id": user_id},
|
||||
values={
|
||||
updatevalues={
|
||||
"displayname": displayname,
|
||||
"avatar_url": avatar_url,
|
||||
"last_check": self._clock.time_msec(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue