summaryrefslogtreecommitdiffstats
path: root/src/constants.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-14 20:54:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-14 21:09:39 +0200
commitddc6782d31300dd170335c3cbf58016d1a9cabc0 (patch)
treeb6e166c752f2584b3cf1623fa27663082c5910f9 /src/constants.js
parent834260c34d000e9f11d7d52ccac135e9d600da20 (diff)
Show polls in own section of shared items
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 09ec679ab..bacf04c7d 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -113,6 +113,7 @@ export const SHARED_ITEM = {
LOCATION: 'location',
MEDIA: 'media',
OTHER: 'other',
+ POLL: 'poll',
VOICE: 'voice',
},
}