mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-10 21:55:19 +00:00
fixup tests with fake timers
This commit is contained in:
@@ -208,6 +208,9 @@ export default function useReactionsReader(rtcSession: MatrixRTCSession): {
|
||||
const currentReactions = reactionsSubject$.current.value;
|
||||
if (currentReactions[identifier]) {
|
||||
// We've still got a reaction from this user, ignore it to prevent spamming
|
||||
logger.warn(
|
||||
`Got reaction from ${identifier} but one is still playing`,
|
||||
);
|
||||
return;
|
||||
}
|
||||
reactionsSubject$.current.next({
|
||||
|
||||
Reference in New Issue
Block a user