is that a way to fix this?
Just enable Plugin generated posts option in Post to Telegram settings.
sorry I expressed myself badly, I have already activated the Plugin generated posts
option but it does not work for me.
I’m importing custom post with wpallimport and assign them to subscriber of the site.
when i test, it works
when i import posts, it does not work
Alright, lets dig deeper into it.
Please enable bot the logs in WP Telegram settings and try again. Then share the logs with our Support on Telegram (@WPTelegramSupport).
Thank you for sharing the logs. It was a problem related to imports.
The plugin by default disables sending posts to Telegram when bulk importing, only to prevent flooding of Telegram channel.
You need to add this one line of code to your child theme’s functions.php to make it work for imports:
add_filter( 'wptelegram_p2tg_send_if_importing', '__return_true' );
Thank you very much, now it works great!
And thanks for the really fast answer!