diff --git a/app/src/main/java/app/pachli/components/notifications/NotificationFetcher.kt b/app/src/main/java/app/pachli/components/notifications/NotificationFetcher.kt index 28a49876c..da5efd9a1 100644 --- a/app/src/main/java/app/pachli/components/notifications/NotificationFetcher.kt +++ b/app/src/main/java/app/pachli/components/notifications/NotificationFetcher.kt @@ -235,6 +235,7 @@ class NotificationFetcher @Inject constructor( notificationsLastReadId = newMarkerId, ) accountManager.setNotificationMarkerId(account.id, newMarkerId) + Timber.d("Updated notification marker for %s to: %s", account.fullName, newMarkerId) } return notifications