Closed
Description
Use cases/Benefits
- Public users can join in on Discussion/Issues without having to create a local account
- Offload most discussion data to a system that is specialized for it. On gitea side would only have to keep track of room numbers, status and linkage.
- Support encryption and fine access control
- Discussions can become infinitely threaded
Discussion
- With the new
space
specs having been included in default matrix, and the upcomingthread
support (currently only implemented in dendrite servers), matrix is becoming feature complete to support any features needed for discussions. - Related project: Matrix-github-bridge (Half-Shot/matrix-github)
Potential design
- Each gitea server can manage their own space, with each repository having their own sub-space
- Each issue/discussion/PR would be their own rooms, with gitea keeping track of the metadata
- A gitea bot would handle automatic linkage and replacement of text, issue links etc.