Skip to content

Commit

Permalink
fixup! feat(capabilities): apply manager for dynamic capabilities (co…
Browse files Browse the repository at this point in the history
…nversation related)

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Jun 7, 2024
1 parent f67aa5f commit 36dff6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ export default {
},
canUploadFiles() {
// TODO attachments should be allowed on both instances?
return getTalkConfig(this.token, 'attachments', 'allowed') && this.canShareFiles
&& this.$store.getters.getAttachmentFolderFreeSpace() !== 0
},
Expand Down

0 comments on commit 36dff6f

Please sign in to comment.