status-go/protocol/pushnotificationserver
Pascal Precht 86926258ee Intrododuce `NodeConfig.TorrentConfig` and CLI flags
This commit introduces a new `TorrentConfig` as per #2563 with dedicated
default values and new options/flags for the status-go CLI.

Since it's part of `NodeConfig`, which is stored per user in the
database, this commit also adds a migration script that adds a new
`torrent_config` table and database APIs to insert and retreive the
torrent config.

Closes #2563
2022-03-21 12:59:09 +01:00
..
migrations Intrododuce `NodeConfig.TorrentConfig` and CLI flags 2022-03-21 12:59:09 +01:00
errors.go Polish up and address review feedback 2020-07-27 08:51:28 +02:00
gorush.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
gorush_test.go Show correct text in case of mentions 2020-09-09 21:22:15 +02:00
persistence.go handle notifications at-most-once 2020-08-27 18:54:29 +02:00
persistence_test.go handle notifications at-most-once 2020-08-27 18:54:29 +02:00
server.go Rename MessageProcessor to MessageSender (#2264) 2021-06-23 17:13:48 +03:00
server_test.go Add tests for send notification & review feedback 2020-09-09 21:22:34 +02:00