mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 11:54:52 -04:00
Remove user's avatar URL and displayname when deactivated. (#8932)
This only applies if the user's data is to be erased.
This commit is contained in:
parent
789d9ebad3
commit
7a2e9b549d
13 changed files with 351 additions and 17 deletions
|
@ -501,7 +501,7 @@ class HomeServer(metaclass=abc.ABCMeta):
|
|||
return InitialSyncHandler(self)
|
||||
|
||||
@cache_in_self
|
||||
def get_profile_handler(self):
|
||||
def get_profile_handler(self) -> ProfileHandler:
|
||||
return ProfileHandler(self)
|
||||
|
||||
@cache_in_self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue