3
0

upd(messaging): additional permissions, cleanup

This commit is contained in:
Tit Petric 2019-02-06 13:06:06 +01:00
parent 6b48ddc7a1
commit 960c06efb0
3 changed files with 21 additions and 3 deletions

View File

@ -67,6 +67,12 @@
"enabled": true,
"default": "allow"
},
{
"key": "manage.own_messages",
"title": "Manage own messages",
"subtitle": "Members with this permission can edit/delete their own messages inside channels",
"enabled": true
},
{
"key": "manage.messages",
"title": "Manage messages",
@ -75,7 +81,7 @@
"default": "deny"
},
{
"key": "react",
"key": "manage.react",
"title": "Manage reactions",
"subtitle": "Members with this permission can add new reactions to a message",
"enabled": true,

View File

@ -28,6 +28,12 @@
"title": "Attach Files",
"enabled": true
},
{
"key": "manage.own_messages",
"title": "Manage own messages",
"subtitle": "Members with this permission can edit/delete their own messages inside channels",
"enabled": true
},
{
"key": "manage.messages",
"title": "Manage messages",
@ -35,7 +41,7 @@
"enabled": true
},
{
"key": "react",
"key": "manage.react",
"title": "Manage reactions",
"subtitle": "Members with this permission can add new reactions to a message",
"enabled": true

View File

@ -28,6 +28,12 @@
"title": "Attach Files",
"enabled": true
},
{
"key": "manage.own_messages",
"title": "Manage own messages",
"subtitle": "Members with this permission can edit/delete their own messages inside this channel",
"enabled": true
},
{
"key": "manage.messages",
"title": "Manage messages",
@ -35,7 +41,7 @@
"enabled": true
},
{
"key": "react",
"key": "manage.react",
"title": "Manage reactions",
"subtitle": "Members with this permission can add new reactions to a message",
"enabled": true