Telegram forwarded messages are not processed correctly
KindDragon opened this issue · 4 comments
KindDragon commented
It seems that we need to support filtering messages that have been forwarded
MasterScrat commented
Can you provide an example? what happens to forwarded messages? Are they simply not included in the export? Or are they included, but you would expect them not to be?
KindDragon commented
Or are they included, but you would expect them not to be?
They are included, but are processed as the words of the one who forwarded them. For example, the word cloud takes these words into account
MasterScrat commented
I see... they should just be ignored, as they've already been accounted for when the original speaker sent them.
KindDragon commented
I think it's better to set some flag for such messages to count statistics on who / how often people forward messages.