Revert "Revert: a669488"

This reverts commit 31000389ea.
This commit is contained in:
bggRGjQaUbCoE
2024-09-18 10:00:24 +08:00
parent ade65972e7
commit e2efb0bb89
7 changed files with 25 additions and 20 deletions

View File

@@ -35,8 +35,8 @@ class DynamicDetailController extends ReplyController {
@override
Future<LoadingState> customGetData() => ReplyHttp.replyList(
oid: oid!,
nextOffset: nextOffset,
type: type!,
sort: sortType.index,
page: currentPage,
);
}