aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-02 16:50:19 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-02 16:50:19 +0200
commita6a309c0c9828d62e81632a863108d6b5233d1ba (patch)
treed8d6bda0c01cc7679af9b6eb02b1fe8bc4e39ab1 /plugins
parente9627c23c07d9060f2a6bdccfcd81a0e28adfe9f (diff)
Matrix: show audio and files in body
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp
index bbf35db..a4f0cf4 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -16,7 +16,9 @@ namespace QuickMedia {
enum class MessageType {
TEXT,
IMAGE,
- VIDEO
+ VIDEO,
+ AUDIO,
+ FILE
};
struct Message {