Don't adjust reaction time.

That was just for testing
This commit is contained in:
Will Hunt
2024-11-11 12:53:39 +00:00
parent 4f9333ca0c
commit 6830744096

View File

@@ -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);