Merge pull request #3762 from NoelDeMartin/MOBILE-4349

MOBILE-4349 timeline: Excluded suspended events
main
Dani Palou 2023-07-31 08:09:02 +02:00 committed by GitHub
commit e2e4ec5353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;