Skip to content

Commit

Permalink
fix: change it to a string (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Nov 21, 2024
1 parent 1239e90 commit 3b96eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ message FrameAction {
// The public installation id used to sign.
bytes installation_id = 5;
// The inbox id of the installation used to sign.
bytes inbox_id = 6;
string inbox_id = 6;
}

0 comments on commit 3b96eae

Please sign in to comment.