71
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 30 Aug 2025
71 points (100.0% liked)
Voyager
8130 readers
1 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! 👇
💙
founded 2 years ago
MODERATORS





If the API provided rules as an array rather than a single big chunk of text then frontends could present a list to users when reporting.
Yes that would be the best solution imo. However, that would require changes to Lemmy (which usually take a while). Did you see the proposals in the linked issue?
Yeah. The problem with using a regex is the formatting of the rules would need to be very consistent. There'd be no way to make it reliable.
The proposed text would not render as markdown and would be invisible when viewing it normally, it would be added in addition to the existing text. It would be used to store the rule list for clients specifically wanting a list until such a feature is added to Lemmy itself.