Webhook 이름 쿼리/일관성 문제?

안녕하세요, 도움 주셔서 감사합니다 … sync-discourse-topic.php 파일의 49번째 줄 근처 코드에 지원되는 이벤트를 추가하여 문제를 해결(또는 우회)했습니다 …

    $this->supported_events = array(
        'post_created',
        'post_updated',
        'post_edited',
        'post_destroyed',
        'post_recovered',
    );

이것이 단순히 다시 읽기를 트리거하는 것 같아서, 그것이 필요한 전부였던 것 같습니다.