diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-02 16:50:19 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-02 16:50:19 +0200 |
commit | a6a309c0c9828d62e81632a863108d6b5233d1ba (patch) | |
tree | d8d6bda0c01cc7679af9b6eb02b1fe8bc4e39ab1 /plugins | |
parent | e9627c23c07d9060f2a6bdccfcd81a0e28adfe9f (diff) |
Matrix: show audio and files in body
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 4 |
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 { |