Skip to content

Commit

Permalink
[chat] added new signed pre key field
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lenz committed Aug 15, 2018
1 parent 6d938be commit b60cd16
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 73 deletions.
155 changes: 82 additions & 73 deletions chat.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions chat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ message BackendMessage {
uint32 newOneTimePreKeys = 4;
bytes preKeyBundle = 5;
Auth auth = 6;
PreKey newSignedPreKey = 7;
}

message Response {
Expand Down

0 comments on commit b60cd16

Please sign in to comment.