mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
actions.py: Rename get_realm_aliases() to get_realm_domains().
This commit is contained in:
committed by
Tim Abbott
parent
582d8a351f
commit
983225612d
@@ -3217,7 +3217,7 @@ def get_emails_from_user_ids(user_ids):
|
||||
# We may eventually use memcached to speed this up, but the DB is fast.
|
||||
return UserProfile.emails_from_ids(user_ids)
|
||||
|
||||
def get_realm_aliases(realm):
|
||||
def get_realm_domains(realm):
|
||||
# type: (Realm) -> List[Dict[str, Text]]
|
||||
return list(realm.realmdomain_set.values('domain', 'allow_subdomains'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user