mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
events.py: Remove realm_domain from fetch_initial_state_data.
Seems unused. git grep from realm_domain returns nothing of relevance.
This commit is contained in:
parent
098797cd36
commit
ae76f2540f
@ -109,9 +109,6 @@ def fetch_initial_state_data(user_profile, event_types, queue_id,
|
||||
state['max_icon_file_size'] = settings.MAX_ICON_FILE_SIZE
|
||||
state['realm_bot_domain'] = user_profile.realm.get_bot_domain()
|
||||
|
||||
if want('realm_domain'):
|
||||
state['realm_domain'] = user_profile.realm.domain
|
||||
|
||||
if want('realm_domains'):
|
||||
state['realm_domains'] = get_realm_aliases(user_profile.realm)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user