-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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