add send-links capability with translation

This commit is contained in:
Salvatore Giordano
2022-01-17 12:13:03 +01:00
parent cd50ee50d2
commit b2e20b8a08
10 changed files with 88 additions and 4 deletions
@@ -396,6 +396,13 @@ class NnStreamChatLocalizations extends GlobalStreamChatLocalizations {
@override
String get slowModeOnLabel => 'Slow mode ON';
@override
String get linkDisabledDetails =>
'Sending links is not allowed in this conversation.';
@override
String get linkDisabledError => 'Links are disabled';
}
void main() async {