您好,谢谢……我通过在 sync-discourse-topic.php 文件第 49 行附近的代码中添加一些受支持的事件来解决(或规避)了这个问题……
$this->supported_events = array(
'post_created',
'post_updated',
'post_edited',
'post_destroyed',
'post_recovered',
);
看起来这只是触发了它重新读取,这就是所需要的。