Skip to content

Commit d74d43e

Browse files
Remove Sentry about "No new Message" notification
1 parent 2f96571 commit d74d43e

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

app/src/main/java/com/infomaniak/mail/utils/FetchMessagesManager.kt

+5-9
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,12 @@ class FetchMessagesManager @Inject constructor(
152152
if (mailboxGroupNotifications.size == 1) cancel(mailbox.notificationGroupId)
153153
}
154154

155+
/**
156+
* When we fetched Messages, we didn't find any new Message.
157+
* It means we already got them all when we received a previous notification.
158+
* We can leave safely.
159+
*/
155160
if (threadsWithNewMessages.isEmpty()) {
156-
SentryDebug.sendFailedNotification(
157-
reason = "No new Message",
158-
sentryLevel = SentryLevel.WARNING,
159-
userId = userId,
160-
mailboxId = mailbox.mailboxId,
161-
messageUid = sentryMessageUid,
162-
mailbox = mailbox,
163-
)
164-
165161
realm.close()
166162
return
167163
}

0 commit comments

Comments
 (0)