status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

add Messenger.Init() #55

Closed adambabik closed 5 years ago

adambabik commented 5 years ago

This change adds Messenger.Init() method which based on the stored chats and contacts initializes Whisper filters.

It also contains some changes cleaning up term filter and chat.

Todo:

adambabik commented 5 years ago

Sorry, I forgot about unit tests. Will add asap.