status-go/protocol/communities
Pascal Precht 7eb66d09e7 feat(communities): add encryption suppord to archive protocol 2022-10-24 12:35:38 +02:00
..
migrations
adaptors.go
community.go fix: community encryption was not being marshalled 2022-10-10 13:11:10 +02:00
community_categories.go
community_categories_test.go
community_test.go fix: remove ourselves from members when leaving community 2022-09-21 08:35:52 +02:00
errors.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
manager.go feat(communities): add encryption suppord to archive protocol 2022-10-24 12:35:38 +02:00
manager_test.go feat(communities): add encryption suppord to archive protocol 2022-10-24 12:35:38 +02:00
persistence.go fix(Communities): correct query params order when updating community 2022-10-24 12:02:52 +02:00
persistence_test.go feat: add `SpectateCommunity` api 2022-10-06 21:21:37 +02:00
persistence_test_helpers.go feat: add `SpectateCommunity` api 2022-10-06 21:21:37 +02:00
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