Skip to content

Commit

Permalink
Merge pull request #3762 from NoelDeMartin/MOBILE-4349
Browse files Browse the repository at this point in the history
MOBILE-4349 timeline: Excluded suspended events
  • Loading branch information
dpalou authored Jul 31, 2023
2 parents 2a47618 + 045c8af commit e2e4ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addons/block/timeline/services/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export class AddonBlockTimelineProvider {
const data: AddonCalendarGetActionEventsByTimesortWSParams = {
timesortfrom,
limitnum,
limittononsuspendedevents: true,
};
if (afterEventId) {
data.aftereventid = afterEventId;
Expand Down

0 comments on commit e2e4ec5

Please sign in to comment.