+3
-3
internal/core/communities/community.go
+3
-3
internal/core/communities/community.go
···-DisplayHandle string `json:"displayHandle,omitempty" db:"-"` // UI hint: !gardening@coves.social (computed, not stored)-Handle string `json:"handle" db:"handle"` // Canonical atProto handle (e.g., gardening.community.coves.social)
···+DisplayHandle string `json:"displayHandle,omitempty" db:"-"` // UI hint: !gardening@coves.social (computed, not stored)+Handle string `json:"handle" db:"handle"` // Canonical atProto handle (e.g., gardening.community.coves.social)