File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
proto/decentraland/social_service/v2 Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ message UpsertFriendshipResponse {
93
93
message Accepted {
94
94
string id = 1 ;
95
95
int64 created_at = 2 ;
96
+ FriendProfile friend = 3 ;
97
+ optional string message = 4 ;
96
98
}
97
99
oneof response {
98
100
Accepted accepted = 1 ;
@@ -103,7 +105,7 @@ message UpsertFriendshipResponse {
103
105
104
106
message FriendshipUpdate {
105
107
message RequestResponse {
106
- User user = 1 ;
108
+ FriendProfile friend = 1 ;
107
109
int64 created_at = 2 ;
108
110
optional string message = 3 ;
109
111
string id = 4 ;
@@ -123,7 +125,7 @@ message FriendshipUpdate {
123
125
}
124
126
125
127
message FriendConnectivityUpdate {
126
- User user = 1 ;
128
+ FriendProfile friend = 1 ;
127
129
ConnectivityStatus status = 2 ;
128
130
}
129
131
You can’t perform that action at this time.
0 commit comments