mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
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