discourse-ai/assets/javascripts/discourse/lib/ai-streamer
Joffrey JAFFEUX b817810d46
FIX: ensures stream update object is scoped to its initial topic (#1359)
* FIX: ensures stream update object is scoped to its initial topic

Before this commit you could end up in this situation where a `post-updater` is constructed for a specific topic, but the user changes topic mid steam and it ends up updating the same post number but in a  different topic as we were only checking for `post_number` and not the combination of `topic_id` + `post_number`.

* we should have the topic
2025-05-22 20:08:43 +10:00
..
updaters FIX: ensures stream update object is scoped to its initial topic (#1359) 2025-05-22 20:08:43 +10:00
progress-handlers.js FEATURE: forum researcher persona for deep research (#1313) 2025-05-14 12:36:16 +10:00