AV hash custom nicks

This commit is contained in:
2026-07-16 09:05:03 +01:00
parent ede81d551c
commit a3702a900c
3 changed files with 47 additions and 3 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ type lambdaConfig struct {
ShowPresenceUpdates bool
CompactMode bool
ShowAvatarsInMemberList bool
CustomNicks map[string]string
CustomNicks map[string]string // Anyone with a specific Occupant ID will have this nick
CustomNicksAV map[string]string // Anyone with a specific avatar hash will have this nick
CheckUpdate string
}