userinfo: sync ghost info for non-broadcast channels too

This commit is contained in:
Tulir Asokan
2026-03-30 14:42:58 +03:00
parent 50a1c21fd1
commit af9ce963a9
3 changed files with 4 additions and 47 deletions
-1
View File
@@ -41,7 +41,6 @@ func (tg *TelegramConnector) GetDBMetaTypes() database.MetaTypes {
type GhostMetadata struct {
IsPremium bool `json:"is_premium,omitempty"`
IsChannel bool `json:"is_channel,omitempty"`
Deleted bool `json:"deleted,omitempty"`
NotMin bool `json:"not_min,omitempty"`