Replies: 1 comment
-
I noticed that if a message and it's reply are forwarded at the same time, then the desired reply structure is maintained. It appears this would require Tgcf to register that a previously-forwarded message has been replied to and then re-forward the original message along with every message afterwards until the reply to the message is reached, otherwise the order of the messages is lost. Then, then delete the previously-forwarded, now duplicate messages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to get forwarded messages looking like is shown #67 (comment) and apparently implemented in PR #185:
Source:
From v0.2.3 onwards:
How you get this working in 1.1.8? I didn't notice the option anywhere in the web config. I'm running tgcf with a user acct in live mode and forwarding to a channel. Messages show up as:
even if it's a reply to another message.
Is it because I'm forwrding to a channel? Should I forward to a group instead?
Thx
Beta Was this translation helpful? Give feedback.
All reactions