Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/common' into timeline/dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/common-module/src/main/proto/social_service.proto
  • Loading branch information
doxxx93 committed Feb 21, 2024
2 parents 9c9bb1f + e067b1f commit 3f7cfc9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/common-module/src/main/proto/social_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ message GPaintResponse {
string authorNickname = 5;
string authorImagePath = 6;
string authorStatus = 7;
GQuotePaintResponse quote = 8;
GPaintResponse quote = 8;
string createdAt = 9;
string text = 10;
repeated GHashtagResponse hashtags = 11;
Expand All @@ -66,23 +66,6 @@ message GPaintResponse {
repeated GLinkResponse links = 15;
}

message GQuotePaintResponse {
int64 pid = 1;
bool isReply = 2;
int64 authorId = 3;
string authorUsername = 4;
string authorNickname = 5;
string authorImagePath = 6;
string authorStatus = 7;
string createdAt = 8;
string text = 9;
repeated GHashtagResponse hashtags = 10;
repeated GMentionResponse mentions = 11;
repeated GUserResponse taggedUsers = 12;
repeated GMediaResponse medias = 13;
repeated GLinkResponse links = 14;
}

message GHashtagResponse {
int32 start = 1;
int32 end = 2;
Expand Down

0 comments on commit 3f7cfc9

Please sign in to comment.