mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
setup: Move 401 error check to channel.
Channel already handles all the requests and general errors related to them; so, channels seems the right place for this check.
This commit is contained in:
@@ -45,6 +45,7 @@ EXEMPT_FILES = {
|
||||
"static/js/billing/upgrade.js",
|
||||
"static/js/blueslip.ts",
|
||||
"static/js/blueslip_stacktrace.ts",
|
||||
"static/js/channel.js",
|
||||
"static/js/click_handlers.js",
|
||||
"static/js/compose_actions.js",
|
||||
"static/js/compose_closed_ui.js",
|
||||
|
||||
Reference in New Issue
Block a user