File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -177,13 +177,9 @@ sealed class FcmMessageRecipient {
177
177
@JsonSerializable (fieldRename: FieldRename .snake, createToJson: false )
178
178
@_IntConverter ()
179
179
class FcmMessageChannelRecipient extends FcmMessageRecipient {
180
- // Sending the stream ID in notifications is new in Zulip Server 5.
181
- // But handling the lack of it would add complication, and we don't strictly
182
- // need to -- we intend (#268) to cut pre-server-5 support before beta release.
183
- // TODO(server-5): cut comment
184
180
final int streamId;
185
181
186
- // Current servers (as of 2023 ) always send the stream name. But
182
+ // Current servers (as of 2025 ) always send the stream name. But
187
183
// future servers might not, once clients get the name from local data.
188
184
// So might as well be ready.
189
185
@JsonKey (name: 'stream' )
You can’t perform that action at this time.
0 commit comments