summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 09:04:35 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-22 09:04:35 +0200
commitd4870305d73ee6e6a3525e2e7442262d8c8c8ce1 (patch)
tree5917f2b82a390ad81f282bfe6317652a0408ffeb /lib
parent5a941eb5519b343be7065aaba89d1b77b21691d0 (diff)
Add Talk Changelog chat messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Changelog/Manager.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index 833879b39..198069ed7 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -119,6 +119,11 @@ class Manager {
$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'),
+ $this->l->t('New in Talk %s', ['15']),
+ $this->l->t('- Use a poll to collect the opinions of others or settle on a date'),
+ $this->l->t('- Configure an expiration time for chat messages'),
+ $this->l->t('- You can start calls without notifying others to not alert everyone in big conversations and send the call notifications afterwards to the required people instead'),
+ $this->l->t('- You can sent chat messages without notifying the recipients in case it is not urgent'),
];
}
}