MOBILE-4349 timeline: Excluded suspended events

main
Noel De Martin 2023-07-31 12:02:56 +09:00
parent 5d1ec85bdd
commit 045c8afe4a
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ export class AddonBlockTimelineProvider {
const data: AddonCalendarGetActionEventsByTimesortWSParams = {
timesortfrom,
limitnum,
limittononsuspendedevents: true,
};
if (afterEventId) {
data.aftereventid = afterEventId;