Add experimental hats support

This commit is contained in:
2026-01-31 15:08:54 +00:00
parent 3962f1f17d
commit 2ef3cf3a06
6 changed files with 135 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ type mucUnit struct {
}
type userUnit struct {
// key: Resource
// key: Resource
// value: last presence of this device
Devices sync.Map
}