-
Notifications
You must be signed in to change notification settings - Fork 75
Patch release #167
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
Patch release #167
Conversation
sachaarbonel
commented
Nov 1, 2021
- Fix Date's timezones #144
- Fix extra_data Parsing #163
- Fix Unread Messages count #165
Codecov Report
@@ Coverage Diff @@
## master #167 +/- ##
==========================================
+ Coverage 76.29% 76.41% +0.11%
==========================================
Files 86 88 +2
Lines 2628 2658 +30
==========================================
+ Hits 2005 2031 +26
- Misses 623 627 +4
Continue to review full report at Codecov.
|
The new model `NotificationFeedMeta` adds a way to request only the meta information (unread/unseen) of a notification feed with the smallest possible payload.
This reverts commit cdb28a8.