mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
home: Allow logged out user through home.
We allow user to load webapp without log-in. This is only be enabled for developed purposes now. Production setups will see no changes.
This commit is contained in:
@@ -65,8 +65,6 @@ not_yet_fully_covered = [
|
||||
'zerver/lib/markdown/__init__.py',
|
||||
'zerver/lib/cache.py',
|
||||
'zerver/lib/cache_helpers.py',
|
||||
# events.py temporarily removed due to logged-out user unfinished code path.
|
||||
'zerver/lib/events.py',
|
||||
'zerver/lib/i18n.py',
|
||||
'zerver/lib/email_notifications.py',
|
||||
'zerver/lib/send_email.py',
|
||||
|
||||
Reference in New Issue
Block a user