zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 352 forks source link

bot_handler.react only works in private messages #790

Open mhassouna95 opened 9 months ago

mhassouna95 commented 9 months ago

Hello,

bot_handler.react(message, emoji_name) doesnt seem to work when reacting to a message written in a stream but only in a private message.

Seems to have changed with the 7.2 or 7.3 version.

Would appreciate any help, thanks

Fahdmoh01 commented 9 months ago

@zulipbot claim

zulipbot commented 9 months ago

Hello @Fahdmoh01!

Thanks for your interest in Zulip! You have attempted to claim an issue without the label "help wanted". You can only claim and submit pull requests for issues with the help wanted label.

If this is your first time here, we recommend reading our guide for new contributors before getting started.

mhassouna95 commented 5 months ago

Has someone else expereinced this?