mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
hotspots: Add ALWAYS_SEND_ALL_HOTSPOTS in dev_settings.
Replace the local variable SEND_ALL from get_next_hotspots. Add unit test for the same.
This commit is contained in:
committed by
Tim Abbott
parent
a5472ddee7
commit
f29a1918f3
@@ -85,3 +85,6 @@ TWO_FACTOR_SMS_GATEWAY = 'two_factor.gateways.fake.Fake'
|
||||
|
||||
# Make sendfile use django to serve files in development
|
||||
SENDFILE_BACKEND = 'sendfile.backends.development'
|
||||
|
||||
# Set this True to send all hotspots in development
|
||||
ALWAYS_SEND_ALL_HOTSPOTS = False # type: bool
|
||||
|
||||
Reference in New Issue
Block a user