From 5e9b1b1f3a03b141262d9821ff4d1d3e7d190f7d Mon Sep 17 00:00:00 2001 From: Elena Willen Date: Mon, 9 Oct 2023 15:52:58 +0200 Subject: [PATCH] feat(ThreadListView.): Add Matomo load more action --- Mail/Views/Thread List/ThreadListView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mail/Views/Thread List/ThreadListView.swift b/Mail/Views/Thread List/ThreadListView.swift index ad379315d1..ce2cda4d34 100644 --- a/Mail/Views/Thread List/ThreadListView.swift +++ b/Mail/Views/Thread List/ThreadListView.swift @@ -130,6 +130,7 @@ struct ThreadListView: View { } Task { await tryOrDisplayError { + matomo.track(eventWithCategory: .threadList, name: "loadMore") _ = try await viewModel.mailboxManager.fetchOnePage( folder: viewModel.folder.freeze(), direction: .previous