e09a155cfc
We were merging the to-device messages using the extend() method while our data has the shape of BTreeMap<UserId, BTreeMap<_, _>>, extending such a map would mean that the inner BTreeMap would get dropped if both maps contain the same UserId. We need to extend the inner maps, those are guaranteed to contain unique device ids. |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml | ||
README.md |