Fix summarization progress message breaking list rendering#249151
Conversation
|
@jrieken from #249105. Thanks for cleaning up this code assigning handles for the progress task. Real culprit is this line: We've had many issues with serializing/deserializing all these different types in different scenarios and really I need to find the right pattern for this and eliminate any special cases. |
|
@roblourens Thanks for the fix and sorry for the breakage. I remember thinking really hard about the code and still came to the wrong conclusion :-) Yeah, the handles are now assigned on the EH side so that chat progress can be send in bulks. That was needed for the new/better editing UX |
Fix #249148