Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Reaction support, #1303

Merged
merged 10 commits into from
May 23, 2024
Prev Previous commit
Next Next commit
removed unnecessary console.debug
HarshRajat committed May 21, 2024
commit 45bacbb9e9e91542bdc39a55197542f9a839a5ef
Original file line number Diff line number Diff line change
@@ -215,10 +215,6 @@ export const ChatViewBubble = ({
showChatMeta = false;
}

if (chatReactions.length > 0) {
console.debug(`UIWeb::components::ChatViewBubble::chatReactions::${new Date().toISOString()}`, chatReactions);
}

// setup reactions picker visibility
const [showReactionPicker, setShowReactionPicker] = useState(false);
const [userSelectingReaction, setUserSelectingReaction] = useState(false);