dbmeta: remove disallowed fields in ghosts

This commit is contained in:
Tulir Asokan
2025-12-06 15:25:18 +02:00
parent d5f87d2ec1
commit 96b2afeed1
4 changed files with 10 additions and 16 deletions
-2
View File
@@ -43,8 +43,6 @@ type GhostMetadata struct {
IsPremium bool `json:"is_premium,omitempty"`
IsBot bool `json:"is_bot,omitempty"`
IsChannel bool `json:"is_channel,omitempty"`
IsContact bool `json:"is_contact,omitempty"`
Blocked bool `json:"blocked,omitempty"`
Deleted bool `json:"deleted,omitempty"`
}