mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
narrow: Implement rendering of with narrow operators.
Adds server and web app support for processing the new `with` search operator. Fixes part of #21505. Co-authored-by: roanster007 <rohan.gudimetla07@gmail.com> Co-authored-by: Tim Abbott <tabbott@zulip.com>
This commit is contained in:
@@ -127,6 +127,7 @@ export const allowed_web_public_narrows = [
|
||||
"search",
|
||||
"near",
|
||||
"id",
|
||||
"with",
|
||||
];
|
||||
|
||||
export function is_spectator_compatible(hash: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user