Snapshot mutable tree display state

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-10 10:27:12 -04:00
committed by Brandon McGinty
parent 461f172035
commit b407a20132
3 changed files with 66 additions and 20 deletions
+6 -2
View File
@@ -14,8 +14,12 @@ import (
)
type TreeItem struct {
User *gumble.User
Channel *gumble.Channel
User *gumble.User
Channel *gumble.Channel
display string
userSession uint32
channelID uint32
snapshot bool
}
type Barnard struct {