# Webhook names query/inconsistent?

**URL:** <https://meta.discourse.org/t/webhook-names-query-inconsistent/384881>\
**Category:** WordPress\
**Created:** [October 7, 2025, 11:51am UTC](https://meta.discourse.org/t/webhook-names-query-inconsistent/384881 "2025-10-07T11:51:57Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![TimMOz](https://avatars.discourse-cdn.com/v4/letter/t/45deac/32.png) [@TimMOz](https://meta.discourse.org/u/TimMOz)\
**Post date:** [October 21, 2025, 5:55am UTC](https://meta.discourse.org/t/webhook-names-query-inconsistent/384881/3 "2025-10-21T05:55:08Z")

</div>

Hi, thanks for that … I have resolved (or worked around) by adding some supported events to the code around line 49 of sync-discourse-topic.php …

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

```

Looks like as this just triggers it to re-read, that was all that was needed.

---

_[View the full topic](https://meta.discourse.org/t/webhook-names-query-inconsistent/384881)._
