Browse Source

Add talk update messages for Talk 9

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3615/head
Joas Schilling 6 years ago
parent
commit
79890a3682
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      CHANGELOG.md
  2. 4
      lib/Chat/Changelog/Manager.php

2
CHANGELOG.md

@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
[#1056](https://github.com/nextcloud/spreed/pull/1056)
- Allow to use multiple High-performance backends in parallel for different conversations
[#3292](https://github.com/nextcloud/spreed/pull/3292)
- Allow which video is shown big in the promoted view
- Allow selecting which video is shown big in the promoted view
[#3497](https://github.com/nextcloud/spreed/pull/3497)
- Open files with the viewer apps registered in Nextcloud
[#2778](https://github.com/nextcloud/spreed/pull/2778)

4
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'),
];
}
}
Loading…
Cancel
Save