database: migrate disappearing timer to standard location (#121)

This commit is contained in:
Tulir Asokan
2025-09-12 18:35:09 +03:00
committed by GitHub
parent 93f55497f4
commit 0051042555
6 changed files with 29 additions and 33 deletions
-1
View File
@@ -49,7 +49,6 @@ type GhostMetadata struct {
type PortalMetadata struct {
IsSuperGroup bool `json:"is_supergroup,omitempty"`
ReadUpTo int `json:"read_up_to,omitempty"`
MessagesTTL int `json:"messages_ttl,omitempty"`
AllowedReactions []string `json:"allowed_reactions"`
}