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

Commit

Permalink
add story to sync friend request
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 24, 2022
1 parent 1b0185f commit 0485f68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/daemon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ message GetPublicIDResponse {
}

message AddSyncFriendRequest {
FriendInfo friend_info = 1;
string unique_name = 1;
string display_name = 2;
string story = 3; // this is the story representing the public identifier
}

message AddSyncFriendResponse {}
Expand Down

0 comments on commit 0485f68

Please sign in to comment.