Skip to content
Snippets Groups Projects
Commit b0780717 authored by Renato Becker's avatar Renato Becker Committed by Diego Sampaio
Browse files

Regression: Add missing LiveChat permission to allow removing closed rooms (#11423)

parent d876e1c9
No related branches found
Tags 6.7.0-rc.0
No related merge requests found
......@@ -18,5 +18,6 @@ Meteor.startup(() => {
RocketChat.models.Permissions.createOrUpdate('close-livechat-room', ['livechat-agent', 'livechat-manager', 'admin']);
RocketChat.models.Permissions.createOrUpdate('close-others-livechat-room', ['livechat-manager', 'admin']);
RocketChat.models.Permissions.createOrUpdate('save-others-livechat-room-info', ['livechat-manager']);
RocketChat.models.Permissions.createOrUpdate('remove-closed-livechat-rooms', ['livechat-manager', 'admin']);
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment