mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
I want to be able to test that the correct `UtdCause` is presented for withheld historical messages. That means we need to use `/sync` rather than `/event` to obtain the message (since the MSC4115 `membership` field is missing on `/event` (https://github.com/element-hq/synapse/issues/17486)). So then the most realistic way to get hold of the actual UtdCause is to use a Timeline. Of course, the thing I actually want to test doesn't actually work correctly, so it's left as a FIXME in this commit.