Hello!
I’m toying with making one of those oldtime slow-games (you gain action points like every hour or day) here on lemmy. For that to work I’d need to read a users (the game bot) private messages, send messages from it and make basic posts on my lemmy server.
I looked at plemmy and posting seems OK, but I haven’t digged deeper, so any recommendations warmly welcome!
Cheers
So, you send a PM via your own server, so it’s how your server refers to the remote user. So your own server’s ID of that user matters, not the remote server’s ID.
Aah yes of course 😅! Made it work, thanks a lot!!