fix: fix timeouts
This commit is contained in:
parent
65b4df7343
commit
751f306531
@ -20,7 +20,7 @@ export function startTimeout() {
|
|||||||
where: { id: session.id },
|
where: { id: session.id },
|
||||||
data: { active: false }
|
data: { active: false }
|
||||||
});
|
});
|
||||||
pubsub.emit('update-ephemeral', {
|
pubsub.emit('update-ephemeral', session.accountId, {
|
||||||
type: 'activity',
|
type: 'activity',
|
||||||
id: session.id,
|
id: session.id,
|
||||||
active: false,
|
active: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user