Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-29 11:26:37 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-29 11:26:37 +0300
commitea7d685b3ae15e7dc2c88ed480501c998a479068 (patch)
tree64942f2baa196d5b1375d062e99c83da4f4cabcc
parent51f2959db96294e6b1240f4a3ea4eb9b99dc1265 (diff)
Add changelog chat messagesbugfix/noid/add-changelog-chat-messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/Chat/Changelog/Manager.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index 492fe46b2..833879b39 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -116,6 +116,9 @@ class Manager {
$this->l->t('- A preview of your audio and video is shown before joining a call'),
$this->l->t('- You can now blur your background in the newly designed call view'),
$this->l->t('- Moderators can now assign general and individual permissions to participants'),
+ $this->l->t('New in Talk %s', ['14']),
+ $this->l->t('- You can now react to chat message'),
+ $this->l->t('- In the sidebar you can now find an overview of the latest shared items'),
];
}
}