# Possible post\_edited Event Regression issue?

**URL:** https://meta.discourse.org/t/possible-post-edited-event-regression-issue/393563
**Category:** Support
**Tags:** automation
**Created:** [January 15, 2026, 4:09pm UTC](https://meta.discourse.org/t/possible-post-edited-event-regression-issue/393563 "2026-01-15T16:09:51Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [January 16, 2026, 6:54pm UTC](https://meta.discourse.org/t/possible-post-edited-event-regression-issue/393563/3 "2026-01-16T18:54:43Z")

</div>

> [@Neil\_Evans](#):
>
> ```ruby
> # In Rails console
> 
> ```
> 
> […]
> 
> Then edit any post via web interface and check:

That’s **not** how `DiscourseEvent` works - it’s not inter-process but intra-process. So the events are only captured by listeners in the same process as the one that triggered it.

In the case of the discourse automation, I just tested it locally with the following settings

 ![2026-01-16 @ 18.53.31](https://global.discourse-cdn.com/meta/original/4X/c/c/2/cc28e9dd2780a325d864244a7774869a301fe80c.png)

and edited a post and it successfully sent the chat message

 ![2026-01-16 @ 18.54.16](https://global.discourse-cdn.com/meta/original/4X/b/9/3/b937bdcace340a682ee966a21bb314976d7e021f.png)

---

_[View the full topic](https://meta.discourse.org/t/possible-post-edited-event-regression-issue/393563)._
