mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-10 21:55:19 +00:00
Tie up last bits of useReactions
This commit is contained in:
@@ -1118,7 +1118,7 @@ export class CallViewModel extends ViewModel {
|
||||
);
|
||||
|
||||
public readonly handsRaised = new Subject<Record<string, Date>>();
|
||||
private readonly reactions = new Subject<Record<string, ReactionOption>>();
|
||||
public readonly reactions = new Subject<Record<string, ReactionOption>>();
|
||||
|
||||
public updateReactions(data: ReturnType<typeof useReactions>) {
|
||||
this.handsRaised.next(data.raisedHands);
|
||||
|
||||
Reference in New Issue
Block a user