-
-
Notifications
You must be signed in to change notification settings - Fork 171
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 picker previews not displayed if folder name has % #4548
Comments
The relevant code: deltachat-desktop/packages/frontend/src/components/composer/EmojiAndStickerPicker.tsx Line 91 in f336a5a
deltachat-desktop/packages/frontend/src/components/composer/EmojiAndStickerPicker.tsx Lines 177 to 185 in f336a5a
On 1.52.0 (git: v1.33.0-1328-g9b66ba51c) if you use just
We probably don't want to use just the filename as Other such places need to be considered as well. For example, we had a lot of problems with thumbnails: #4247. |
Stickers are outside of blob folder. maybe decode uri component is enough for electron, but tauri needs a custom scheme and browser needs a custom url |
Actually the problem seems to be that we decode the uri. The simplest solution would be that the sticker bot gets updated to not uri escape folder names. Then the zip file and folder names will also look better as a positive side effect. |
DC version: 1.51.0 (git: v1.33.0-1302-gfd2dfa1d)
if you pick one of them they are displayed properly in chat, it is only in the thumbnails where they are not displayed
The text was updated successfully, but these errors were encountered: