Skip to content
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

Prevent sticker picker from being opened in incompatible situations #7065

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hackerbirds
Copy link
Contributor

The sticker picker could be opened when the user is about to send an attachment, or a reply, or text, neither of which can be combined with stickers.

I have personally witnessed many users thinking they could reply to a message with a sticker, then be surprised when the sticker they sent does not include the reply. This change makes it clear that you cannot send stickers as a reply to a message, or with text/attachments. Note that this behavior follows what iOS is doing, and I think Android should do the same.

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A npm run ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

Description

The sticker picker could be opened when the user is about to send an attachment, or a reply, or text, neither of which can be combined with stickers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants