Skip to content

Commit 60a4a76

Browse files
committed
- field `(Thread|Reply)Request.q_type` since lumina37/aiotieba#123 @ tbm & interested
1 parent c5e6d0e commit 60a4a76

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

interested/Api/Request/ReplyRequest.proto

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ message ReplyRequest {
1010
int32 floor_rn = 9;
1111
int32 floor_sort_type = 74;
1212
int32 rn = 13;
13-
int32 q_type = 17;
1413
int32 pn = 18;
1514
Common common = 25;
1615
int32 is_jumpfloor = 34;

interested/Api/Request/ThreadRequest.proto

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ message ThreadRequest {
1010
int32 is_good = 4;
1111
int32 with_group = 8;
1212
int32 frs_rn = 10;
13-
int32 q_type = 14;
1413
int32 pn = 15;
1514
int32 result_num = 22;
1615
int64 user_id = 31;

tbm/Api/Request/ReplyRequest.proto

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ message ReplyRequest {
66
message Data {
77
int64 kz = 4;
88
int32 rn = 13;
9-
int32 q_type = 17;
109
int32 pn = 18;
1110
Common common = 25;
1211
int32 is_fold_comment_req = 78;

tbm/Api/Request/ThreadRequest.proto

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ message ThreadRequest {
77
string kw = 1;
88
int32 rn = 2;
99
int32 rn_need = 3;
10-
int32 q_type = 14;
1110
int32 pn = 15;
1211
Common common = 39;
1312
int32 sort_type = 47;

0 commit comments

Comments
 (0)