mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 04:31:30 +00:00
46157dc4dc
* Initial work on expanding Local Notifications Adding functionality to support multiple notification types in Notification.Body. 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 * Fixed json.Marshaller issue and implemented json.Unmarshaller * Tweak errors, go convention is errors don't begin with capital letters * Added notificationMessageBody with un/marshalling Also removed the Body interface * Added check for bodyType mismatch * Implement building and sending new message notifications * Refactor to remove cycle imports * Resolved linting issue ... Hopefully * Resolving an implicit memory aliasing in a for loop * version bump * Added Notification.Category consts