Skip to content

Record Message Relations

Kai A. Hiller requested to merge V02460/fractal:message_list into master

Record relations between messages like edits, quotes, and later reactions in the model.

This MR is a breakout from !624 (closed) in a quest to get it into bite-size and higher-quality chunks.

PS: I was not able to implement a custom iter_mut() for MessageList, which could make things a bit nicer and more performant. If somebody does know how, please speak up :) Not how mutable Rust iterators work.

Edited by Kai A. Hiller

Merge request reports