summary refs log tree commit diff
path: root/synapse/storage/databases/main/profile.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-14 15:29:29 +0000
committerErik Johnston <erik@matrix.org>2021-01-14 15:29:29 +0000
commit43dc6371362a8ad843de60db36baf5e79c5a7758 (patch)
treef19b08292880d4f9705e5957ff7551840017bd2a /synapse/storage/databases/main/profile.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentAdd background update for add chain cover index (#9029) (diff)
downloadsynapse-43dc6371362a8ad843de60db36baf5e79c5a7758.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage/databases/main/profile.py')
-rw-r--r--synapse/storage/databases/main/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/profile.py b/synapse/storage/databases/main/profile.py

index 0e25ca3d7a..54ef0f1f54 100644 --- a/synapse/storage/databases/main/profile.py +++ b/synapse/storage/databases/main/profile.py
@@ -82,7 +82,7 @@ class ProfileWorkerStore(SQLBaseStore): ) async def set_profile_avatar_url( - self, user_localpart: str, new_avatar_url: str + self, user_localpart: str, new_avatar_url: Optional[str] ) -> None: await self.db_pool.simple_update_one( table="profiles",