Skip to content
Snippets Groups Projects
Unverified Commit 364a1535 authored by Filipe Marins's avatar Filipe Marins Committed by GitHub
Browse files

Chore: Add quote message option back on live chat rooms (#28038)

parent f85d57a0
No related branches found
No related tags found
No related merge requests found
......@@ -81,14 +81,10 @@ Meteor.startup(async function () {
chat?.composer?.quoteMessage(message);
},
condition({ subscription, room }) {
condition({ subscription }) {
if (subscription == null) {
return false;
}
const isLivechatRoom = roomCoordinator.isLivechatRoom(room.t);
if (isLivechatRoom) {
return false;
}
return true;
},
......
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