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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-15 10:49:50 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-19 11:39:21 +0300
commit965a890708590c568653f36c87e2c58dafa5db67 (patch)
tree973e11638992879a66e833b24fa87abe5239c51c /lib
parent18ebbb1546c7cb7105b6f4f1f3ff3672d50cc3be (diff)
Add talk update messages for Talk 9
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Changelog/Manager.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index 04b45fbcf..0d8661b41 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -98,6 +98,10 @@ class Manager {
$this->l->t('- You can now directly reply to messages giving the other users more context what your message is about'),
$this->l->t('- Searching for conversations and participants will now also filter your existing conversations, making it much easier to find previous conversations'),
$this->l->t('- You can now add custom user groups to conversations when the circles app is installed'),
+ $this->l->t('New in Talk 9'),
+ $this->l->t('- Check out the new grid and call view'),
+ $this->l->t('- You can now upload and drag\'n\'drop files directly from your device into the chat'),
+ $this->l->t('- Shared files are now opened directly inside the chat view with the viewer apps'),
];
}
}