-
Notifications
You must be signed in to change notification settings - Fork 117
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
Notifications Enabled #760
Conversation
notifications enabled with default static text code improvement added the share key
Generated by 🚫 Danger Swift against 3ba8b3e |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #760 +/- ##
===========================================
- Coverage 50.82% 50.80% -0.02%
===========================================
Files 292 292
Lines 16072 16010 -62
Branches 9762 9740 -22
===========================================
- Hits 8168 8134 -34
+ Misses 7664 7637 -27
+ Partials 240 239 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 15 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Looks good to me but I left some changes inline.
Also, today's merge commit should've been a rebase instead.
ElementX/Sources/Services/Notification/Manager/NotificationManager.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift
Show resolved
Hide resolved
ElementX/Sources/Services/Notification/Manager/NotificationManager.swift
Outdated
Show resolved
Hide resolved
@stefanceriu actually regarding this... I used the default github update branch option, but this always defaults to a merge, at this point could we just disable it, or there is a way to force it to be always a rebase? |
# Conflicts: # ElementX/Resources/Localizations/it.lproj/Localizable.strings
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
🚢 it!
Enabled notifications with default static text.
Also implemented a way to get to the original user that sent the notification (which will be useful for multi account support)
WHAT IS MISSING: