Updated 2020-12-17

This commit is contained in:
Samuel Hawksby-Robinson 2020-12-17 23:40:46 +00:00
parent f4ad8cf1f8
commit 1965e87bb5
1 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 2020-12-17
## Pulls
- [x] [#2100 - Expand Local Notifications](https://github.com/status-im/status-go/pull/2100) - `commits`, `research`
- https://notes.status.im/notifications-android
- Currently have a bug that I think is caused by a the jsonMarshal func not working as intented, need to resolve this next before proceeding
---
# 2020-12-16
## Pulls
@ -24,4 +34,5 @@
- *Profile Images*
- [App Freezing when user sends message after changing profile image](https://github.com/status-im/status-react/pull/11347#issuecomment-746252933)
- *`status-go` notifications improvement*
- Adding `Notifications` field to `MessageResponse` struct and parsing in the `PublisherSignalHandler`
- Adding `Notifications` field to `MessageResponse` struct and parsing in the `PublisherSignalHandler`