[FIX] Cannot react while "Allow reaction" is set to true (#17964)

pull/17637/head^2
gabriellsh 6 years ago committed by GitHub
parent d384c3bf03
commit 189efea3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/reactions/client/init.js

@ -76,7 +76,7 @@ Meteor.startup(function() {
return false;
}
if (roomTypes.readOnly(room._id, user._id)) {
if (roomTypes.readOnly(room._id, user._id) && !room.reactWhenReadOnly) {
return false;
}

Loading…
Cancel
Save