aahnik / tgcf

The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
https://github.com/aahnik/tgcf/wiki
MIT License
1.34k stars 797 forks source link

Error In Handling Delete Message #291

Closed Aniket-Code10010 closed 2 years ago

Aniket-Code10010 commented 3 years ago

When a message Is deleted in From Channel (Chat A) The Bot does not the delete that msg in To Channel (Chat B)

Edit Function is working Fine But Delete function doesn't

Please See And fix it as soon as Possible Waiting for Positive Reply

Thank You

rftghrt commented 3 years ago

try to locate your config.py file and change

delete_sync: bool = False to delete_sync: bool = True

and you don't need adding delete_sync=true to tgcf.config.yml

Aniket-Code10010 commented 3 years ago

Bro I followed Your Instruction properly but it didn't work please help me with different solution

tissole commented 3 years ago

Your config file should look like this https://nekobin.com/jadicayufe Replace xxx and yyy with your chats IDs.