Text Replacement feature not working when show_forwarded_from is true #143
-
Hi @aahnik, Have a nice day! I fill this simple text into the config file, the Filter works smoothly however, the replace plugins not work with me. am I wrong at any point? forwards:
- source: -1001442302246
dest: [-1001433758953]
show_forwarded_from: true
plugins:
replace:
text:
god: devil
smart: idiot
original: new |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
When any message is forwarded with quotes in Telegram then it is not possible to edit that message as it contains the original message with tag created from someone that can't be changed. This is the Telegram issue, and I think there is no edit for forwarded message because anyone can manipulate the message and spread in public that he has written something wrong And that's why Telegram has not provided edit function for forwarded messages. To benefit from text replacement, use |
Beta Was this translation helpful? Give feedback.
-
Found that edited messages in source do not get updated in destination when show_forwarded_from is set to true |
Beta Was this translation helpful? Give feedback.
When any message is forwarded with quotes in Telegram then it is not possible to edit that message as it contains the original message with tag created from someone that can't be changed.
This is the Telegram issue, and I think there is no edit for forwarded message because anyone can manipulate the message and spread in public that he has written something wrong And that's why Telegram has not provided edit function for forwarded messages.
To benefit from text replacement, use
show_forwarded_from: false
(false is default, so you don't even need to write that line)