summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2022-09-22 09:55:32 +0200
committerGitHub <noreply@github.com>2022-09-22 09:55:32 +0200
commit8eee455c5e0ee7709b0c9b0518ea7cb59904d6e0 (patch)
treea11e40bd6997bddcdb22e9888070de1f9b4ddfdd /lib
parent58f6fc4da5dc6b139c1a3978f8fc46162efd2809 (diff)
parentf7c43f14e53485a60007964100cadfc7c016fa69 (diff)
Merge pull request #7978 from nextcloud/bugfix/noid/add-talk-changelog-messages
Add Talk Changelog chat messages
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..823d50144 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('- Start calls without notifying others in big conversations. You can send individual call notifications once the call has started.'),
+ $this->l->t('- Send chat messages without notifying the recipients in case it is not urgent'),
];
}
}