Properly avoid realm filter work in non-local-echo case

(imported from commit 9c01109e6900509690841306fb4a23464321de61)
This commit is contained in:
Leo Franchi
2014-01-27 12:21:58 -05:00
parent 1fdb586c13
commit b83be2cd32
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ set_global('page_params', {
["ZGROUP_(?P<id>[0-9]{2,8}):(?P<zone>[0-9]{1,8})", "https://zone_%(zone)s.zulip.net/ticket/%(id)s"]]
});
set_global('feature_flags', {local_echo: true});
set_global('people_by_name_dict', Dict.from({'Cordelia Lear': {full_name: 'Cordelia Lear', email: 'cordelia@zulip.com'}}));
var echo = require('js/echo.js');