mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
fix desktop notifs, which were broken in eab463fd
This commit is contained in:
parent
ce5cd2202f
commit
dc1f202eca
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ angular.module('mPresence', [])
|
|||
.service('mPresence', ['$timeout', 'matrixService', function ($timeout, matrixService) {
|
||||
|
||||
// Time in ms after that a user is considered as unavailable/away
|
||||
var UNAVAILABLE_TIME = 5 * 60000; // 5 mins
|
||||
var UNAVAILABLE_TIME = 3 * 60000; // 3 mins
|
||||
|
||||
// The current presence state
|
||||
var state = undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue