This commit is contained in:
Deven Joshi
2021-08-18 16:08:20 +05:30
parent c2177fa7a5
commit 2a30ff2e73
2 changed files with 4 additions and 0 deletions
@@ -558,6 +558,7 @@ void main() {
config: ChannelConfig(), config: ChannelConfig(),
createdAt: DateTime.now(), createdAt: DateTime.now(),
memberCount: 1, memberCount: 1,
cooldown: 0,
), ),
); );
@@ -381,6 +381,9 @@ class NnStreamChatLocalizations extends GlobalStreamChatLocalizations {
@override @override
String get replyToMessageLabel => 'Reply to Message'; String get replyToMessageLabel => 'Reply to Message';
@override
String get slowModeOnLabel => 'Slow mode ON';
} }
void main() async { void main() async {