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:
Aman Agrawal
2024-06-28 06:57:02 +00:00
committed by Tim Abbott
parent bfd54e27b1
commit 70be9e8c51
14 changed files with 658 additions and 22 deletions

View File

@@ -127,6 +127,7 @@ export const allowed_web_public_narrows = [
"search",
"near",
"id",
"with",
];
export function is_spectator_compatible(hash: string): boolean {