Optimize for passive users

 Subscribe to channel focused
This commit is contained in:
2025-03-01 17:52:57 +08:00
parent d22a435224
commit e3a4988ccf
8 changed files with 130 additions and 20 deletions

View File

@ -39,7 +39,7 @@ func (v Channel) DisplayText() string {
if v.Realm != nil {
return fmt.Sprintf("%s, %s", v.Name, v.Realm.Name)
}
return fmt.Sprintf("%s", v.Name)
return v.Name
}
type NotifyLevel = int8