mautrix / discord

A Matrix-Discord puppeting bridge
https://go.mau.fi/mautrix-discord
GNU Affero General Public License v3.0
240 stars 22 forks source link

Convert animated stickers even when `media_patterns.stickers` is set #119

Open dongcarl opened 10 months ago

dongcarl commented 10 months ago

When media_patterns.stickers is set, animated stickers (lottie) are not converted and the message directs clients to fetch it from the corresponding mxc:// URL. This is problematic for clients that can't interpret lottie animations.

There should be some setting that allows for certain sticker types (e.g. lottie, but not others) to still be converted and served by the local homeserver even when media_patterns.stickers is set.