-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sticker is not shown at matrix #38
Comments
@0x416c69 Which feature flags are enable and with mstickereditor version did you use? |
I've downloaded the latest rust/cargo package with LLVM 16 (inside windows) and followed what was in the CI action job and compiled the master's HEAD (@ 76f1343) I've also ran your unit tests, they've all succeeded in my machine (the machine that I've used to import those stickers) There wasn't any errors or warnings when I executed the binary as well, it ran successfully Edit: Do you have a working animated sticker so I can try it? Maybe the problem is with my animated sticker |
So lottie feautre-flag should be disable. The mention pack is animated so import should not work. I think I have only disable the file conversion and do not create a warning/error if the lottie feature is disable (same issue for ffmpeg). So the original files (zstd compress lottie) was uploaded instead (which is not supported by element). I should fix this behaviors.
Aslong you did not test |
Should I run it and send you the output here? |
This should not create useful data. Since lottie test are also disable if the lottie feautre-flag is not set. But you can run it, to verify if video sticker and normal sticker works |
first patch is out b85d0d3. Animated sticker will be always unpack now. However since lottie and webm are not support by matrix client it would be a good idea to still create an warning/error. I think the best way would be to replace the |
@0x416c69 can you retest the current main? Now an error is created if someone tries to import an animated/video sticker and the associated feature flag is disable. |
can this be closed? |
I tried it and compiled it but my stickers are not working (?) The media files appear to be there but nothing is showing, not even in Element.
https://0x416c69.github.io/stickerpicker/web/#pack-tg_name_MyQuby (latest pack)
My synapse server is up to date. Is it required to enable
dynamic_thumbnails
in synapse for this to work? When trying to fetch those webp images, I'm getting this error 400:Pack: https://t.me/addstickers/MyQuby
issue by @0x416c69 imported from maunium/stickerpicker#63 (comment)
The text was updated successfully, but these errors were encountered: