config: remove set_private_chat_portal_meta option
It's handled by bridgev2 Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -18,8 +18,6 @@ type TelegramConfig struct {
|
||||
AppID int `yaml:"app_id"`
|
||||
AppHash string `yaml:"app_hash"`
|
||||
|
||||
SetPrivateChatPortalMeta bool `yaml:"set_private_chat_portal_meta"`
|
||||
|
||||
AnimatedSticker media.AnimatedStickerConfig `yaml:"animated_sticker"`
|
||||
|
||||
MemberList struct {
|
||||
@@ -37,7 +35,6 @@ var ExampleConfig string
|
||||
func upgradeConfig(helper up.Helper) {
|
||||
helper.Copy(up.Int, "app_id")
|
||||
helper.Copy(up.Str, "app_hash")
|
||||
helper.Copy(up.Bool, "set_private_chat_portal_meta")
|
||||
helper.Copy(up.Str, "animated_sticker", "target")
|
||||
helper.Copy(up.Bool, "animated_sticker", "convert_from_webm")
|
||||
helper.Copy(up.Int, "animated_sticker", "args", "width")
|
||||
|
||||
Reference in New Issue
Block a user