Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
Default Permission to upload files (includes setting profile picture) was denied.
  • Loading branch information
hackthedev committed Apr 9, 2023
1 parent 4aa8f74 commit 03e8539
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"permissions": {
"readMessage": 1,
"sendMessage": 1
"sendMessage": 1,
"uploadFiles": 1
},
"members": []
},
Expand Down
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/chat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/settings/account/page/profile/profile.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03e8539

Please sign in to comment.