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

Fix quoting in supergroups bug #128

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

chimit
Copy link
Contributor

@chimit chimit commented Mar 24, 2025

In supergroups, quoting of any message gets message_thread_id set even if the supergroup doesn't have topics. This causes botman to respond to such messages using the same message_thread_id but since topics don't exist such messages are not displayed anywhere.

This PR makes an additional check of is_topic_message to make sure it's a supergroup with topics and only in that case sets the message_thread_id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant