Skip to content

Commit

Permalink
feature=confirmedをポストフィールドから消すように
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Jun 5, 2022
1 parent d66e0fd commit f98a9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2chAPIProxy/DatProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,10 @@ private void ResPostv2(Session oSession, bool is2ch)
}
}

// feature=confirmedを消すようにする
// Xenoは送ってくることがあるらしい
post_field_map.Remove("feature");

// リクエストボディ再構成
// レス投稿時とスレ立て時でどのブラウザもフィールド順序は異なっているらしい
ReqBody = IsResPost switch
Expand Down

1 comment on commit f98a9a8

@onihusube
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2

Please sign in to comment.