mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
hide menu by default
This commit is contained in:
@@ -154,7 +154,7 @@ export function RaiseHandToggleButton({
|
||||
const userId = client.getUserId()!;
|
||||
const isHandRaised = !!raisedHands[userId];
|
||||
const memberships = useMatrixRTCSessionMemberships(rtcSession);
|
||||
const [showReactionsMenu, setShowReactionsMenu] = useState(true);
|
||||
const [showReactionsMenu, setShowReactionsMenu] = useState(false);
|
||||
|
||||
const canReact = !reactions[userId];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user