status-go/protocol/communities
Pascal Precht fd4488e504 feat: add signal to inform clients when all archives have been downloaded and handled
This adds a new `DownloadingHistoryArchivesFinished` signal to the
family of community archive signals. It's emitted when all to be
downloaded archives have been downloaded and handled.
2022-09-16 09:43:49 +02:00
..
migrations
adaptors.go
community.go feat: add and distribute `chatIdentity.FirstMessageTimestamp` 2022-09-09 08:59:39 +02:00
community_categories.go
community_categories_test.go
community_test.go
errors.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
manager.go feat: add signal to inform clients when all archives have been downloaded and handled 2022-09-16 09:43:49 +02:00
manager_test.go feat(communities): introduce `publish` flag in community manager APIs 2022-08-25 12:59:30 +02:00
persistence.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
persistence_test.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
persistence_test_helpers.go
request_to_join.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
request_to_join_test.go
request_to_leave.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
utils.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
validator.go