mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 15:03:09 -06:00
clear up some commenting and whatnot
This commit is contained in:
parent
b9061b96e4
commit
5b84d4613c
|
|
@ -129,8 +129,6 @@ type PresenceMap struct {
|
||||||
|
|
||||||
var lastPresence PresenceMap
|
var lastPresence PresenceMap
|
||||||
|
|
||||||
// lastPresence.presence = make(map[string]map[int]int64)
|
|
||||||
|
|
||||||
// how long before the online status expires
|
// how long before the online status expires
|
||||||
// should be long enough that any client will have another sync before expiring
|
// should be long enough that any client will have another sync before expiring
|
||||||
const presenceTimeout int64 = 10
|
const presenceTimeout int64 = 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue