Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
We now have a working editor that parses some markdown and handles links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sualeh Asif committed Jul 25, 2022
1 parent b02a19c commit 803f294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ enum SystemMessage { OUTGOING_INVITATION = 0; }
message Message {
repeated string other_recipients = 1;
string msg = 2;
bytes hash_digest = 3;
bytes reply_to_msg = 4;
}

// Given that we have a very very limited bandwidth, our goal is to define a
Expand Down

0 comments on commit 803f294

Please sign in to comment.