-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
π Description
Tried to add a subforum inside a supergroup but potiz is posting on the main thread of the channel.
Had the same issue with some n8n automations and figured that that the subforum requires the chat_id and adittional message_thread_id for the message to reach the appropiate subforum, if the message is sent with just the chat_id it will be delivered in the main channel of the group.
π Reproduction steps
-add bot to telegram supergroup
-send the /connect to a subforum
-inicialization message is received in the main thread of the group
π Expected behavior
messages received on the subforum that was connected
π Actual Behavior with Screenshots
message is received in the main thread of the group
π» Operating system
Linux
π€ Node Version
packaged in the latest docker image
π Provide any additional context for the Bug.
No response
π Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
None