mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-24 16:30:24 -04:00
Delete the disused & unspecced identicon functionality (#4106)
This commit is contained in:
parent
7fbfea062e
commit
4cd1c9f2ff
6 changed files with 1 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue