Delete the disused & unspecced identicon functionality (#4106)

This commit is contained in:
Amber Brown 2018-10-29 23:57:24 +11:00 committed by GitHub
parent 7fbfea062e
commit 4cd1c9f2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 113 deletions

View file

@ -256,9 +256,6 @@ class RegistrationHandler(BaseHandler):
except Exception as e:
logger.error("Failed to join new user to %r: %r", r, e)
# We used to generate default identicons here, but nowadays
# we want clients to generate their own as part of their branding
# rather than there being consistent matrix-wide ones, so we don't.
defer.returnValue((user_id, token))
@defer.inlineCallbacks