mirror of https://github.com/zulip/zulip.git
501f063426
Now that we support email aliases, we have to be careful when going from an email address to a domain that we assume we can use to get a Realm object for. When we care about the Realm's domain, we want to follow any RealmAliases that exist for a certain domain. When we just care about the original email address domain itself, for comparison or other purposes, use split_email_from_domain This removes the ambiguity of having to decide when to use email_to_domain + RealmAlias or just email_to_domain (imported from commit 0e199495502d946ce2e1aae56263e7e8665be4ed) |
||
---|---|---|
.. | ||
__init__.py | ||
create_deployment.py | ||
grant_invites.py | ||
populate_db.py | ||
print_initial_password.py | ||
profile_request.py | ||
render_old_messages.py | ||
sync_api_key.py | ||
test_messages.txt |