You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #4619 fixed screenshots being accidentally sent as a stickers on iOS, but now there is another problem. If user explicitly imported an image without transparency into a sticker picker on desktop, the image should always be sent as a sticker. Desktop needs some way to force sending the image as a sticker, maybe with some special ForceSticker viewtype or message Param.
The text was updated successfully, but these errors were encountered:
This approach uses a param field to enable forcing the sticker
`viewtype`. The first commit has the memory-only flag implemented, but
this flag is not persistent through the database conversion needed for
draft/undraft. That's why `param` has to be used.
follow up to #4814fixes#4739
---------
Co-authored-by: Septias <[email protected]>
PR #4619 fixed screenshots being accidentally sent as a stickers on iOS, but now there is another problem. If user explicitly imported an image without transparency into a sticker picker on desktop, the image should always be sent as a sticker. Desktop needs some way to force sending the image as a sticker, maybe with some special ForceSticker viewtype or message Param.
The text was updated successfully, but these errors were encountered: