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