Skip to content

Commit

Permalink
option to set from_admin for chat message
Browse files Browse the repository at this point in the history
jibon57 committed Sep 4, 2024
1 parent 0b47c3e commit b2a78ae
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
@@ -126,4 +126,5 @@ message ChatMessage {
optional string to_user_id = 5;
bool is_private = 6;
string message = 7;
bool from_admin = 8;
}

0 comments on commit b2a78ae

Please sign in to comment.