In my true love's dying breath, she whispered to me 'never commit with descriptive messages'. So I kept her promise.

This commit is contained in:
2026-01-30 21:31:33 +00:00
parent 69bee8766e
commit 19b43345f7
4 changed files with 119 additions and 52 deletions

View File

@@ -23,3 +23,9 @@ type mucUnit struct {
// value: last user presence
Members sync.Map
}
type userUnit struct {
// key: Resource
// value: last presence of this device
Devices sync.Map
}