We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9333c commit 6830744Copy full SHA for 6830744
src/useReactions.tsx
@@ -62,7 +62,7 @@ interface RaisedHandInfo {
62
time: Date;
63
}
64
65
-const REACTION_ACTIVE_TIME_MS = 90000;
+const REACTION_ACTIVE_TIME_MS = 3000;
66
67
export const useReactions = (): ReactionsContextType => {
68
const context = useContext(ReactionsContext);
0 commit comments