mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Merge remote-tracking branch 'origin/livekit' into hs/emoji-reactions
This commit is contained in:
@@ -28,6 +28,7 @@ import { useMatrixRTCSessionMemberships } from "./useMatrixRTCSessionMemberships
|
||||
import { useClientState } from "./ClientContext";
|
||||
import {
|
||||
ECallReactionEventContent,
|
||||
ElementCallReactionEventType,
|
||||
GenericReaction,
|
||||
ReactionOption,
|
||||
ReactionSet,
|
||||
@@ -195,7 +196,7 @@ export const ReactionsProvider = ({
|
||||
return;
|
||||
}
|
||||
|
||||
if (event.getType() === "io.element.call.reaction") {
|
||||
if (event.getType() === ElementCallReactionEventType) {
|
||||
// TODO: Validate content.
|
||||
const content: ECallReactionEventContent = event.getContent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user