matrix-org / complement-crypto

Apache License 2.0
10 stars 5 forks source link

Update to latest rust SDK #50

Closed andybalaam closed 4 months ago

andybalaam commented 5 months ago

When Alice sends a message first, we want Bob to be logged in before Alice, so Alice sees his device list the first time she asks.

andybalaam commented 5 months ago

Many tests flake even with this change, so we are going to need more than just reversing order to make this go away.

kegsay commented 5 months ago

That isn't true. It's just one_time_keys_test.go:126: MatchJSONBytes key 'fallback' missing with input = {"key":"pJwPZUZvKYsYVmGaVKD6xoaGdP44ljpUgb42G5+9bCQ","signatures":{"@user-85-alice:hs1":{"ed25519:SFHNZFJQIC":"o3pydD5BolppIx1VMkqtrhCjcBgdnsSFGmWSaDJEd37eoFpfarEgj3uk45ZNoT/d/WZxmjA6ze10r65Hws+CAA"}}} from what I can see?

andybalaam commented 5 months ago

I thought I saw some different failures locally but may have been wrong.