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

Commit

Permalink
configure server for async requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengtong Zhang committed Jun 24, 2022
2 parents 700806c + 0485f68 commit a0458e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/daemon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ message GetPublicIDResponse {
message AddSyncFriendRequest {
string unique_name = 1;
string display_name = 2;
string story = 3;
string story = 3; // this is the story representing the public identifier
}

message AddSyncFriendResponse {}
Expand Down

0 comments on commit a0458e2

Please sign in to comment.