discourse-ai/assets/javascripts/discourse/lib/ai-streamer/updaters
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
..
post-updater.js FIX: ensures stream update object is scoped to its initial topic (#1359) 2025-05-22 20:08:43 +10:00
stream-updater.js DEV: Improve ai-streamer API (#851) 2024-10-22 10:55:35 -07:00