Added the "reset()" method to the Reporting protocol in the Recording feature target to discard leftover Live Activities at launch and set a stale date on recording activities.

This commit is contained in:
2026-07-06 23:05:24 +02:00
parent f443d434f2
commit b3f0826122
5 changed files with 53 additions and 3 deletions
@@ -50,4 +50,8 @@ final class ReportingMock: Reporting {
reports.append("ended")
}
func reset() async {
reports.append("reset")
}
}