Merge branch 'mark_unread' into 'main'

feat: add ability to mark a room as unread

See merge request ChristianPauly/fluffychat-flutter!286
This commit is contained in:
Christian Pauly 2020-12-09 17:23:42 +00:00
commit 94d4cdbf7a
6 changed files with 73 additions and 44 deletions

View file

@ -1665,6 +1665,21 @@
"type": "text",
"placeholders": {}
},
"toggleFavorite": "Toggle Favorite",
"@toggleFavorite": {
"type": "text",
"placeholders": {}
},
"toggleMuted": "Toggle Muted",
"@toggleMuted": {
"type": "text",
"placeholders": {}
},
"toggleUnread": "Mark Read/Unread",
"@toggleUnread": {
"type": "text",
"placeholders": {}
},
"tryToSendAgain": "Try to send again",
"@tryToSendAgain": {
"type": "text",