We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d92d2e commit 36a262dCopy full SHA for 36a262d
src/api/modelTypes.js
@@ -693,8 +693,9 @@ export type NarrowElement =
693
| {| +operator: 'stream', +operand: string | number |} // stream ID
694
| {| +operator: 'pm-with', +operand: string | $ReadOnlyArray<UserId> |}
695
| {| +operator: 'sender', +operand: string | UserId |}
696
- | {| +operator: 'group-pm-with', +operand: string | UserId |}
697
| {| +operator: 'near' | 'id', +operand: number |} // message ID
+ // ('group-pm-with' was accepted at least through server 6.x, but support
698
+ // will be dropped: https://github.com/zulip/zulip/issues/24806 )
699
;
700
701
/**
0 commit comments