Don't adjust reaction time.
That was just for testing
This commit is contained in:
@@ -62,7 +62,7 @@ interface RaisedHandInfo {
|
|||||||
time: Date;
|
time: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
const REACTION_ACTIVE_TIME_MS = 90000;
|
const REACTION_ACTIVE_TIME_MS = 3000;
|
||||||
|
|
||||||
export const useReactions = (): ReactionsContextType => {
|
export const useReactions = (): ReactionsContextType => {
|
||||||
const context = useContext(ReactionsContext);
|
const context = useContext(ReactionsContext);
|
||||||
|
|||||||
Reference in New Issue
Block a user