1
0

fix copypaste error

This commit is contained in:
Matthew Hodgson
2018-11-03 14:46:49 +00:00
parent 1481dd0853
commit 975459d06e

View File

@@ -103,9 +103,6 @@ class ProfileAvatarURLRestServlet(ClientV1RestServlet):
if avatar_url is not None:
ret["avatar_url"] = avatar_url
if self.hs.config.shadow_server:
self.shadow_displayname(user_id, content)
defer.returnValue((200, ret))
@defer.inlineCallbacks