summaryrefslogtreecommitdiff
path: root/synapse/handlers/admin.py
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-11-09 08:57:46 +0100
committerAndrej Shadura <andrewsh@debian.org>2022-11-09 08:57:46 +0100
commit2a51acd80946fe1e665cff169ea29c8940c97c20 (patch)
treeec33e87605fa679fe77dbb1ae966609268062d6a /synapse/handlers/admin.py
parent53aa9684018b7b070d195d0e66d121ea43441434 (diff)
New upstream version 1.71.0
Diffstat (limited to 'synapse/handlers/admin.py')
-rw-r--r--synapse/handlers/admin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/admin.py b/synapse/handlers/admin.py
index f2989cc4..5bf8e863 100644
--- a/synapse/handlers/admin.py
+++ b/synapse/handlers/admin.py
@@ -100,6 +100,7 @@ class AdminHandler:
user_info_dict["avatar_url"] = profile.avatar_url
user_info_dict["threepids"] = threepids
user_info_dict["external_ids"] = external_ids
+ user_info_dict["erased"] = await self.store.is_user_erased(user.to_string())
return user_info_dict