mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt filter dyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user