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

stickers: add name of sticker pack in alt text #927

Open
pacien opened this issue Aug 13, 2023 · 0 comments
Open

stickers: add name of sticker pack in alt text #927

pacien opened this issue Aug 13, 2023 · 0 comments

Comments

@pacien
Copy link
Contributor

pacien commented Aug 13, 2023

Currently, stickers bridged Telegram->Matrix contain the emoji and its textual
description as alternative text body.

It would be nice to also include the name of the sticker pack in this alt text.

This would be especially convenient in text-only terminal-based clients for
example. (I don't like the screen estate that stickers are taking on my screen,
but I still like to know what the stickers are quickly without having to open
them).

Current events are like (other fields omitted):

{
  "type": "m.sticker",
  "content": {
    "body": "😔 (pensive face)"
  }
}

This would instead be something like so, for a sticker pack named "Funny cats":

{
  "type": "m.sticker",
  "content": {
    "body": "Funny cats: 😔 (pensive face)"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant