disable file upload in chat panel

This commit is contained in:
2026-03-02 01:38:00 -04:00
parent 311df9aeda
commit 3b29096dab

View File

@@ -263,7 +263,7 @@ onUnmounted(() => {
:rooms-list-opened="false"
:show-add-room="false"
:show-audio="false"
:show-files="true"
:show-files="false"
:show-emojis="true"
:show-reaction-emojis="false"
:accepted-files="'image/*,video/*,application/pdf'"