mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Delete the old zulip.com "referrals" system.
This system hasn't been in active use for several years, and had some problems with it's design. So it makes sense to just remove it to declutter the codebase. Fixes #5655.
This commit is contained in:
@@ -29,7 +29,6 @@ if not ZULIP_COM:
|
||||
raise Exception("You should create your own local settings from prod_settings_template.")
|
||||
|
||||
ZULIP_FRIENDS_LIST_ID = '84b2f3da6b'
|
||||
SHARE_THE_LOVE = True
|
||||
SHOW_OSS_ANNOUNCEMENT = True
|
||||
REGISTER_LINK_DISABLED = True
|
||||
CUSTOM_LOGO_URL = "/static/images/logo/zulip-dropbox.png"
|
||||
|
||||
Reference in New Issue
Block a user