Skip to content

Commit

Permalink
disable the answer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
panwaranuj01 committed Dec 2, 2024
1 parent 7a66532 commit c502802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webplugin/js/app/components/answer-feedback-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class AnswerFeedback {
);

handleFeedbackBtnVisible = (msg, floatWhere, group) => {
if (!CURRENT_GROUP_DATA.answerFeedback) return false;
// only visible if the message is from the bot
// needed later contact(group.removedUsers || [])
let currentUser = group.users;
Expand Down

0 comments on commit c502802

Please sign in to comment.