mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
spectators: Rename is_web_public_compatible functions.
This commit is contained in:
@@ -1007,7 +1007,7 @@ export class Filter {
|
||||
return Handlebars.Utils.escapeExpression(Filter.describe_unescaped(operators));
|
||||
}
|
||||
|
||||
static is_web_public_compatible(ops) {
|
||||
static is_spectator_compatible(ops) {
|
||||
for (const op of ops) {
|
||||
if (op.operand === undefined) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user