Skip to content

Fix bug when retrieving keys for an event. Also clean up some of the code in the area

Stephen requested to merge stephen/grapevine-fork:key_retrieval_bug_fix into main

It's possible for a server to have multiple associated public keys. This can happen when a Matrix server is set up on a particular domain, its key is lost, and the server continues running on the domain. Now there will be two keys associated to the domain. The old logic wouldn't fetch the new key if we already had the old key cached. The new logic will fetch any keys we don't have that we need, rather than just fetching one key per server.

My first Grapevine PR :3

Merge request reports