Fix tag number in EncryptedPayload

This commit is contained in:
Jazz Turner-Baggs 2025-07-15 07:15:18 -07:00
parent 96187da805
commit 9ed8862e65
No known key found for this signature in database

View File

@ -134,7 +134,7 @@ message InboxV1Frame {
message EncryptedPayload {
oneof encryption {
NoiseKN noise_KN = 3;
NoiseKN noise_KN = 1;
}
message NoiseKN {