status-go/protocol/pushnotificationclient
Pascal Precht 3b3921f483 Make community owners store waku message payloads
This is needed so that when they are bundled into archives, receiving
nodes can still verify the messages payload using its signature.

This commit introduces a new `waku_messages` table and APIs to store
such messages. Waku message payload is store for any message that has
a topic that matches any of the admin communities chats.

Closes #2566
2022-03-28 11:24:23 +02:00
..
migrations Make community owners store waku message payloads 2022-03-28 11:24:23 +02:00
client.go Add logging of message-id 2021-11-01 11:53:08 +00:00
client_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
persistence.go Fix retry count in push notifications 2021-01-11 09:01:26 +01:00
persistence_test.go Polish up and address review feedback 2020-07-27 08:51:28 +02:00