Tie up last bits of useReactions

This commit is contained in:
Half-Shot
2024-12-09 16:24:17 +00:00
parent b10863d582
commit de19565c4f
5 changed files with 59 additions and 38 deletions
+1 -1
View File
@@ -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);