🐛 Fix cannot join realm related channel

This commit is contained in:
2024-05-06 23:28:15 +08:00
parent 1603d9f438
commit 7c5c9d03d1
2 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,9 @@ type Channel struct {
Type ChannelType `json:"type"`
Account Account `json:"account"`
AccountID uint `json:"account_id"`
RealmID *uint `json:"realm_id"`
Realm Realm `json:"realm"`
RealmID *uint `json:"realm_id"`
}
type NotifyLevel = int8