Skip to content

Commit

Permalink
fix: also add inbox id to frames action (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Nov 21, 2024
1 parent 59ed745 commit 1239e90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ message FrameAction {
bytes installation_signature = 4;
// The public installation id used to sign.
bytes installation_id = 5;
// The inbox id of the installation used to sign.
bytes inbox_id = 6;
}

0 comments on commit 1239e90

Please sign in to comment.