-
Notifications
You must be signed in to change notification settings - Fork 5
feat(Snooze): Unsnooze threads with new message #1754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Found 2 unused code occurences Expand
|
238747a
to
0e1fe71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
63a4a2c
to
696798b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
MailCore/Models/Thread.swift:65
- Consider providing a default value (e.g., false) for isLastMessageFromFolderSnoozed to ensure a defined state for new Thread instances not initialized via the custom initializer.
@Persisted public var isLastMessageFromFolderSnoozed: Bool
MailCore/Cache/MailboxManager/MailboxManager.swift:127
- The cast 'as? String?' is redundant; consider using 'as? String' to simplify the code.
let snoozeState = lastMessageFromFolder["snoozeState"] as? String?
696798b
to
db9f0d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left some minor remarks. Code looks good 👍
f53993e
to
d74e64a
Compare
d74e64a
to
c90e57e
Compare
|
No description provided.