opt filter dyn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-27 21:01:16 +08:00
parent 8e26a7bc9d
commit b32c1871ae
3 changed files with 16 additions and 31 deletions

View File

@@ -50,6 +50,14 @@ class DynamicsHttp {
type: type,
tempBannedList: tempBannedList,
);
if (data.loadNext == true) {
return followDynamic(
type: type,
offset: data.offset,
mid: mid,
tempBannedList: tempBannedList,
);
}
return Success(data);
} catch (err) {
return Error(err.toString());