Forum: implement Spaces (NIP-72 communities) #31
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The forum module currently surfaces a single global feed of NIP-22 / kind 1111 submissions. We want users to be able to browse, follow, and post into named Spaces (Lemmy "communities" / Reddit "subreddits"). The submission service already supports per-community filtering — what's missing is the UI + creation flow.
Acceptance criteria
/spacesroute in the forum module with a Spaces list viewcommunityprop (already supported inuseSubmissions)Notes
SubmissionServicealready accepts aCommunityReffilter; checksrc/modules/forum/composables/useSubmissions.ts.Tracked from /forum standalone bottom-bar implementation.