this post was submitted on 13 Jul 2023
3 points (100.0% liked)
Daily RPG Blog Roll
620 readers
1 users here now
Daily RPG blog roll brought to you courtesy of sly flourish: https://slyflourish.com/
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm a dev (with zero free time). Point me at it.
I'm also a developer, just been too busy to look at it.
But here's the issue: https://github.com/Fedihosting-Foundation/plemmy/issues/39
There was a new field added (visibility) that links to another object (https://join-lemmy.org/api/types/CommunityVisibility.html), but this is only for one of the calls it makes, i don't know if there's other calls that need to be updated as well to get it fully working.
Edit: from plemmy, the bot uses the following calls:
LemmyHttp.get_community()
plemmy.responses.GetCommunityResponse()
LemmyHttp.create_post()
plemmy.responses.PostResponse()