Avatar

JoJo

jojo@beehaw.org
Joined
3 posts • 27 comments
Direct message

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
permalink
report
reply

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.

permalink
report
reply

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)

permalink
report
reply

F :(

permalink
report
reply

Yes, it’s near the top wrt priority rn: https://github.com/buresdv/Mlem/issues/14

permalink
report
reply

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

permalink
report
reply

Christian can ping Mlem’s author, @davidbures@mstdn.social, if he wants to reach out to us ^^

Though please don’t harass him, he’s probably going to take a break after all of this Reddit madness

permalink
report
parent
reply

I dont think i have this feature enabled on Apollo, can you tell me where to find it? Then i can write a feature request :)

permalink
report
parent
reply