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

Create Sticker Handler #249

Closed
Tjzabel opened this issue Feb 26, 2020 · 5 comments · Fixed by #283
Closed

Create Sticker Handler #249

Tjzabel opened this issue Feb 26, 2020 · 5 comments · Fixed by #283
Assignees
Labels
good first issue Good for newcomers new change Adds new capabilities or functionality Telegram Issues relating to Telegram bridge
Milestone

Comments

@Tjzabel
Copy link
Member

Tjzabel commented Feb 26, 2020

Summary

TeleIRC v2.0 should handle Telegram stickers.

Background

Is your feature request related to a problem? Please describe:

If a Telegram user sends a sticker over to the channel, IRC users will not be able to understand context.

Describe the solution you'd like:

IRC users should be able to see when Telegram users send stickers.

Describe alternatives you've considered:

Details

In the backend, all Telegram stickers have an emoji attached to them. When a Telegram user sends a sticker, IRC users will interpret this sticker as the emoji attached to it.

Closing criteria:

  1. Sticker handler created
  2. Sticker handler grabs emoji attached to sticker, and sends to IRC
  3. Unit testing

Outcome

IRC users see emojis when Telegram users send stickers.

@Tjzabel Tjzabel added new change Adds new capabilities or functionality Telegram Issues relating to Telegram bridge labels Feb 26, 2020
@Tjzabel Tjzabel added this to the v2.0.0 milestone Feb 26, 2020
@Tjzabel Tjzabel added this to Backlog in TeleIRC development via automation Feb 26, 2020
@Tjzabel Tjzabel moved this from Backlog to Next sprint in TeleIRC development Feb 29, 2020
@jwflory jwflory added the good first issue Good for newcomers label Mar 7, 2020
@Tjzabel Tjzabel moved this from Next sprint to Current sprint in TeleIRC development Mar 7, 2020
@jwflory
Copy link
Member

jwflory commented Mar 21, 2020

Hey @kennedy! We were wondering if you had a chance to look into this one yet. Do you think it's something we can keep on this sprint, or do you want to bump it back? If you need more time because of everything happening now, that's totally fine!

@kennedy
Copy link
Contributor

kennedy commented Mar 24, 2020

Hey I have not looked at this yet, I think I need to bump it back. I definitely need more time

@jwflory jwflory moved this from Current sprint to Next sprint in TeleIRC development Mar 25, 2020
@jwflory
Copy link
Member

jwflory commented Mar 25, 2020

@kennedy All good. I bumped this back to the next sprint. Thanks for updating us 👍 Hope everything is going well for you.

@kennedy
Copy link
Contributor

kennedy commented Mar 28, 2020

im experiencing a blocker, cant seem to be able to trancode messages from telegram into irc. The GetUpdatesChan function is returning empty.

@Tjzabel Tjzabel moved this from Next sprint to Current sprint in TeleIRC development Mar 28, 2020
@kennedy
Copy link
Contributor

kennedy commented Mar 28, 2020

im experiencing a blocker, cant seem to be able to trancode messages from telegram into irc. The GetUpdatesChan function is returning empty.

... I figured it out. It was the privacy settings on the bot itself.

TeleIRC development automation moved this from Current sprint to Done Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers new change Adds new capabilities or functionality Telegram Issues relating to Telegram bridge
Projects
Development

Successfully merging a pull request may close this issue.

3 participants