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 <213943+nickvergessen@users.noreply.github.com>2022-03-31 22:52:49 +0300
committerGitHub <noreply@github.com>2022-03-31 22:52:49 +0300
commitf4c8cb5d4a4b742a35b2fd8f432629872a932aa1 (patch)
tree0cb13eac17f2b22e96712b6dff1f117e5ec9e232 /docs/constants.md
parentd7ac2a1f64fc934e53c930cd8051be2fdfa64a2b (diff)
parent3099ca9fa23b971ebe51f069f20aa4b5e22e6f80 (diff)
Merge pull request #7077 from nextcloud/feature/noid/talk-attachments-table
Improve API for media tab to be able to filter results
Diffstat (limited to 'docs/constants.md')
-rw-r--r--docs/constants.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/constants.md b/docs/constants.md
index 11de91906..108bfb668 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -82,6 +82,17 @@ title: Constants
* `bots` - Used by commands (actor-id is the used `/command`) and the changelog conversation (actor-id is `changelog`)
* `bridged` - Users whose messages are bridged in by the [Matterbridge integration](matterbridge.md)
+## Chat
+
+### Shared item types
+* `audio` - Shared audio file
+* `deckcard` - Shared deck card
+* `file` - Shared files not falling into any other category
+* `location` - Shared geo location
+* `media` - Shared files with mimetype starting with image or video
+* `other` - Shared objects not falling into any other category
+* `voice` - Voice messages
+
## Signaling modes
* `internal` - No external signaling server is used
* `external` - A single external signaling server is used