Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Aug 26, 2024
1 parent 7f19a02 commit 86cb1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto_files/plugnmeet_nats_msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ message ChatMessage {
string id = 1;
string from_name = 2;
string from_user_id = 3;
int64 sent_at = 4;
optional string to_user_id = 5;
bool is_private = 6;
string message = 7;
Expand Down

0 comments on commit 86cb1e3

Please sign in to comment.