matrixprotofiles

A Repo containing .proto files for the matrix protocol. Used in https://github.com/MTRNord/MatrixProtoBuf
git clone git://archive.git.mtrnord.blog/Nordgedanken/matrixprotofiles.git
Log | Files | Refs | README | LICENSE

commit bcd1c5764b7de611db39ad5cbaba30ff1876f5b0
parent 83e388e2562a48552fe1fda03acc4b34016a5777
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu, 30 Nov 2017 21:28:07 +0100

Fix federation proto
Diffstat:
Mfederation/server.proto | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/federation/server.proto b/federation/server.proto @@ -27,7 +27,7 @@ message KeyResponse { repeated Signature signatures = 3; repeated TlsFingerprint tls_fingerprints = 4; int64 valid_until_ts = 5; - repeated VerifyKey verify_keys = 5; + repeated VerifyKey verify_keys = 6; } message OldVerifyKey {