Skip to content
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

[Notify] Optional icon url #1237

Merged
merged 1 commit into from
Nov 21, 2023
Merged

[Notify] Optional icon url #1237

merged 1 commit into from
Nov 21, 2023

Conversation

flypaper0
Copy link
Contributor

Description

Resolves # (issue)

How Has This Been Tested?

Due Dilligence

  • Breaking change
  • Requires a documentation update


return try content.updating(from: incomingMessagingIntent)
}
catch {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like a hack to wrap the whole thing in a try/catch. Can't you check for "" and then disable the logic?

Copy link
Contributor Author

@flypaper0 flypaper0 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Execution also can failed on:

  1. downloading resource (network problem) - line 69
  2. accessing device storage - line 70,71

Before that fix all of that cases failing message decoding

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice that we found that

Copy link
Member

@chris13524 chris13524 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@flypaper0 flypaper0 merged commit 6267d3d into develop Nov 21, 2023
8 checks passed
@flypaper0 flypaper0 deleted the hotfix/optional-apns-icon branch November 21, 2023 12:09
@flypaper0 flypaper0 mentioned this pull request Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants