Skip to content

Commit

Permalink
[FIX] Removed Reply in DM from livechat rooms (#16957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwaniYDV authored Mar 20, 2020
1 parent 55fd2d1 commit caf630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui-utils/client/lib/MessageAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Meteor.startup(async function() {
if (subscription == null) {
return false;
}
if (room.t === 'd') {
if (room.t === 'd' || room.t === 'l') {
return false;
}
return true;
Expand Down

0 comments on commit caf630e

Please sign in to comment.