diff --git a/src/useReactions.tsx b/src/useReactions.tsx index 4a09ffbc..c8d3c3b5 100644 --- a/src/useReactions.tsx +++ b/src/useReactions.tsx @@ -62,7 +62,7 @@ interface RaisedHandInfo { time: Date; } -const REACTION_ACTIVE_TIME_MS = 90000; +const REACTION_ACTIVE_TIME_MS = 3000; export const useReactions = (): ReactionsContextType => { const context = useContext(ReactionsContext);