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