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