status-go/protocol/common
Andrea Maria Piana a1b3e3a772
Clean topics that we don't listen to
There was a bug on status-react where it would save filters that were
not listened to.
This commit adds a task to clean up those filters as they might result
in long syncing times.

This commit also returns topics/ranges/mailserves from messenger in
order to make the initialization of the app simpler and start moving
logic to status-go.

It also removes whisper from vendor.
2021-01-26 09:39:57 +01:00
..
chat_entity.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
crypto.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go Add feature flag for push notifications and bump version 2020-07-27 17:20:16 +02:00
message.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
message_processor.go Use personal topic for push notification registration 2021-01-26 09:39:53 +01:00
message_processor_test.go Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
message_test.go Integrated GetMimeType() 2020-12-17 14:10:00 +01:00
raw_message.go Use personal topic for push notification registration 2021-01-26 09:39:53 +01:00
timesource.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00