- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,281
- راهحلها
- 27
- پسندها
- 3,277
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm reporting a critical architectural gap in the Webhook system (specifically post.update / thread.update). The current implementation lacks "origin-awareness," meaning it treats API-based updates exactly the same as human interactions.
This creates a dangerous "infinite recursion loop" for anyone using two-way automation.
The Loop Scenario (How it happens):
This creates a dangerous "infinite recursion loop" for anyone using two-way automation.
The Loop Scenario (How it happens):
- A user posts a thread -> Webhook fires.
- An external automation tool (middleware)...
