diff --git a/mautrix_telegram/config.py b/mautrix_telegram/config.py index 3df73c91..8752f048 100644 --- a/mautrix_telegram/config.py +++ b/mautrix_telegram/config.py @@ -142,7 +142,9 @@ class Config(BaseBridgeConfig): copy("bridge.parallel_file_transfer") copy("bridge.federate_rooms") copy("bridge.animated_sticker.target") - copy("bridge.animated_sticker.args") + copy("bridge.animated_sticker.args.width") + copy("bridge.animated_sticker.args.height") + copy("bridge.animated_sticker.args.fps") copy("bridge.encryption.allow") copy("bridge.encryption.default") copy("bridge.encryption.database")