From 60a4a7674342e0ec6637d81783c9fcc28702aa43 Mon Sep 17 00:00:00 2001 From: n0099 Date: Fri, 19 May 2023 16:29:40 +0800 Subject: [PATCH] - field `(Thread|Reply)Request.q_type` since https://github.com/Starry-OvO/aiotieba/issues/123 @ tbm & interested --- interested/Api/Request/ReplyRequest.proto | 1 - interested/Api/Request/ThreadRequest.proto | 1 - tbm/Api/Request/ReplyRequest.proto | 1 - tbm/Api/Request/ThreadRequest.proto | 1 - 4 files changed, 4 deletions(-) diff --git a/interested/Api/Request/ReplyRequest.proto b/interested/Api/Request/ReplyRequest.proto index c36f32d15..9842a0323 100644 --- a/interested/Api/Request/ReplyRequest.proto +++ b/interested/Api/Request/ReplyRequest.proto @@ -10,7 +10,6 @@ message ReplyRequest { int32 floor_rn = 9; int32 floor_sort_type = 74; int32 rn = 13; - int32 q_type = 17; int32 pn = 18; Common common = 25; int32 is_jumpfloor = 34; diff --git a/interested/Api/Request/ThreadRequest.proto b/interested/Api/Request/ThreadRequest.proto index 16cca55f7..1e1b8a105 100644 --- a/interested/Api/Request/ThreadRequest.proto +++ b/interested/Api/Request/ThreadRequest.proto @@ -10,7 +10,6 @@ message ThreadRequest { int32 is_good = 4; int32 with_group = 8; int32 frs_rn = 10; - int32 q_type = 14; int32 pn = 15; int32 result_num = 22; int64 user_id = 31; diff --git a/tbm/Api/Request/ReplyRequest.proto b/tbm/Api/Request/ReplyRequest.proto index 296f1fb1e..37becdb59 100644 --- a/tbm/Api/Request/ReplyRequest.proto +++ b/tbm/Api/Request/ReplyRequest.proto @@ -6,7 +6,6 @@ message ReplyRequest { message Data { int64 kz = 4; int32 rn = 13; - int32 q_type = 17; int32 pn = 18; Common common = 25; int32 is_fold_comment_req = 78; diff --git a/tbm/Api/Request/ThreadRequest.proto b/tbm/Api/Request/ThreadRequest.proto index 31a42f413..c94e0c046 100644 --- a/tbm/Api/Request/ThreadRequest.proto +++ b/tbm/Api/Request/ThreadRequest.proto @@ -7,7 +7,6 @@ message ThreadRequest { string kw = 1; int32 rn = 2; int32 rn_need = 3; - int32 q_type = 14; int32 pn = 15; Common common = 39; int32 sort_type = 47;