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 b1ad898 commit 37cbe21Copy full SHA for 37cbe21
test/example_data.dart
@@ -155,7 +155,7 @@ StreamMessage streamMessage({
155
int? lastEditTimestamp,
156
List<Reaction>? reactions,
157
int? timestamp,
158
- List<String>? flags,
+ List<MessageFlag>? flags,
159
}) {
160
final effectiveStream = stream ?? _stream();
161
// The use of JSON here is convenient in order to delegate parts of the data
@@ -191,7 +191,7 @@ DmMessage dmMessage({
191
String? contentMarkdown,
192
193
194
195
196
assert(!to.any((user) => user.userId == from.userId));
197
return DmMessage.fromJson({
0 commit comments