mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
hipchat: Don't enable slim_mode by default.
For small organizations, generally one prefers the non-slim_mode default behavior.
This commit is contained in:
@@ -780,7 +780,7 @@ def do_convert_data(input_tar_file: str,
|
||||
realm_id = 0
|
||||
realm = make_realm(realm_id=realm_id)
|
||||
|
||||
slim_mode = True
|
||||
slim_mode = False
|
||||
|
||||
# users.json -> UserProfile
|
||||
raw_user_data = read_user_data(data_dir=input_data_dir)
|
||||
|
||||
Reference in New Issue
Block a user