+363
internal/atproto/jetstream/community_consumer.go
+363
internal/atproto/jetstream/community_consumer.go
···
···+func (c *CommunityEventConsumer) HandleEvent(ctx context.Context, event *JetstreamEvent) error {+func (c *CommunityEventConsumer) handleCommunityProfile(ctx context.Context, did string, commit *CommitEvent) error {+func (c *CommunityEventConsumer) createCommunity(ctx context.Context, did string, commit *CommitEvent) error {+func (c *CommunityEventConsumer) updateCommunity(ctx context.Context, did string, commit *CommitEvent) error {+func (c *CommunityEventConsumer) handleSubscription(ctx context.Context, userDID string, commit *CommitEvent) error {+func (c *CommunityEventConsumer) handleUnsubscribe(ctx context.Context, userDID string, commit *CommitEvent) error {