Spyke

Replies

Comment on

Let's discuss how to efficiently promote Lemmy to potential new joiners

Oh, yeah. It's still ongoing. You can track the progress at https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/routes.py if you like. At the bottom of that page, things with a 'Stage 1' are what's left to do.

The remaining stuff is mostly to do with chat / notifications. Once done, a basic app could be released, and then improved to include stuff that's missing (things like uploading an image to post or a comment, and viewing reports)

EDIT: sorry, this was meant to be a reply to another comment. Still getting the hang of NodeBB. Now will this edit work ...

Comment on

NodeBB v4.0.0 — Federate good times, come on!

Reply in thread

darkpollo I'll have a go at answering some of your questions, until something better comes along.

  1. Yes. Here's your reply on another server: link

  2. Yes. I tested out creating and then deleting stuff from a remote account, and this forum acknowledged both.

  3. Remote users don't get any privileges - their profile on this forum is just a text copy of the one they have on their own platforms. In terms of identifying local vs. remote (visually, at least), you can hover over users and see whether they have an '@' in their name. You could do the same programmatically, but I imagine that there's better ways.

You reached the end