# 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:** 9

<div class="post-metadata">

### Author: ![Neil\_Evans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil_evans/32/511055_2.png) [@Neil\_Evans](https://meta.discourse.org/u/Neil_Evans)
#### Post date: [January 17, 2026, 5:56pm UTC](https://meta.discourse.org/t/possible-post-edited-event-regression-issue/393563/9 "2026-01-17T17:56:01Z")

</div>

You were absolutely right about the inter-process issue with DiscourseEvent - thank you for that clarification!

After your feedback, we tested properly with a simple `send_chat_message` automation using the same `post_created_edited` trigger. When we edited a post, **the automation DID trigger** (we saw it processing in the logs and got a 500 error due to misconfiguration of the chat settings, not the trigger itself).

This confirms: **The `post_created_edited` trigger works correctly.**

Our confusion came from:

1. Testing with a Rails console listener (wrong - inter-process)
2. Our custom PDF scriptable was lost during a rebuild and we were having trouble re-registering it persistently

The trigger mechanism itself is functioning as expected. Sorry for the confusion and thank you for the help!

---

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