Skip to content
Snippets Groups Projects
Commit f2ccf73a authored by Gabriel Engel's avatar Gabriel Engel Committed by GitHub
Browse files

Fixed indentation

parent ed27c4cc
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ Template.channelSettings.onCreated ->
canView: (room) => room.t isnt 'd' and room.ro
canEdit: (room) => RocketChat.authz.hasAllPermission('set-react-when-readonly', room._id)
save: (value, room) ->
@processing.set(true)
@processing.set(true)
Meteor.call 'saveRoomSettings', room._id, 'reactWhenReadOnly', value, (err, result) =>
return handleError err if err
@processing.set(false)
......
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