Add public room discovery
This commit is contained in:
parent
8c69183ef4
commit
7e8ad4a42c
10 changed files with 170 additions and 23 deletions
|
|
@ -188,6 +188,8 @@ class I18n {
|
|||
String get changeTheNameOfTheGroup =>
|
||||
Intl.message("Change the name of the group");
|
||||
|
||||
String get changeTheServer => Intl.message("Change the server");
|
||||
|
||||
String get channelCorruptedDecryptError =>
|
||||
Intl.message("The encryption has been corrupted");
|
||||
|
||||
|
|
@ -478,6 +480,8 @@ class I18n {
|
|||
String get pleaseEnterYourUsername =>
|
||||
Intl.message("Please enter your username");
|
||||
|
||||
String get publicRooms => Intl.message("Public Rooms");
|
||||
|
||||
String get rejoin => Intl.message("Rejoin");
|
||||
|
||||
String redactedAnEvent(String username) => Intl.message(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue