summaryrefslogtreecommitdiffstats
path: root/src/constants.js
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-02-20 09:29:18 -0300
committerJoas Schilling <coding@schilljs.com>2023-02-23 14:38:36 +0100
commitdf5ab9157195551eb3b933e0693d400a05abbd37 (patch)
tree651d40e7452115a185517caa9471d6f552c73792 /src/constants.js
parent6b40bff8cd30131e7019a9f6407e7d66b4cdccfc (diff)
Make recording files visible at frontend
Signed-off-by: Vitor Mattos <vitor@php.rio>
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 88379470e..3283f183f 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -158,6 +158,7 @@ export const SHARED_ITEM = {
MEDIA: 'media',
OTHER: 'other',
POLL: 'poll',
+ RECORDING: 'recording',
VOICE: 'voice',
},
}