diff --git a/messaging/types/permissions/1-organisation.json b/messaging/types/permissions/1-organisation.json index 4cd9ab8d3..99e2a3114 100644 --- a/messaging/types/permissions/1-organisation.json +++ b/messaging/types/permissions/1-organisation.json @@ -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, diff --git a/messaging/types/permissions/2-team.json b/messaging/types/permissions/2-team.json index 2351959e4..09741c8e5 100644 --- a/messaging/types/permissions/2-team.json +++ b/messaging/types/permissions/2-team.json @@ -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 diff --git a/messaging/types/permissions/3-channel.json b/messaging/types/permissions/3-channel.json index 5e066ca58..4cd25b3d0 100644 --- a/messaging/types/permissions/3-channel.json +++ b/messaging/types/permissions/3-channel.json @@ -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