JoJo
A few of these are already possible via the API, afaik;
- Stats
- User total
- Number of Active Users (per day, week, month, 6month)
- Users online
- Number of; Comments, Posts
- Number of reports (via iterating reports api)
- Sort reports;
- By resolved/open
- Different ways to resolve a report: (Can be done by client providing quick buttons to perform action next to resolution)
- Pin messages in a post: This is the ability to “feature” a post, “distinguished” comments are also coming, I saw in the Lemmy commits
- Admin should be able to purge;
POST /admin/purge/person PurgePerson
POST /admin/purge/community PurgeCommunity
POST /admin/purge/post PurgePost
POST /admin/purge/comment PurgeComment
However, imo, notable absences are;
- The ability to prevent posting until moderator review
- Auto-reporting or regex matching per community (right now its a side-wide “slur filter” regex)
- Better tools, like you said, like notes and strikes
Currently the app does not check if the server has downvoting disabled, we’ll do this in a future version, and remove the downvote button in that active account to reflect the server’s availability.
Sure, but he’d have to reach out to us first ^^
(This is not an invitation/question to start heckling christian to work with us, leave him to rest a bit, he’s just got a big proud project burned by a greedy company)
Known and tracked: https://github.com/buresdv/Mlem/issues/68
F :(
This is being tracked: https://github.com/buresdv/Mlem/issues/78
Yes, it’s near the top wrt priority rn: https://github.com/buresdv/Mlem/issues/14
It’s difficult to add URL handlers for this, however, it could be solved in two ways with a code change;
You can “share” the URL to Mlem, which can then look if its a post/comment url, and then display it natively. (tracked at https://github.com/buresdv/Mlem/issues/104)
You can copy-paste it in the search bar, which’ll then show the same, this one is tracked at https://github.com/buresdv/Mlem/issues/83