-
new to fedi development and trying to figure out how to contribute. mostly know Typescript and frontend dev, learning Elixir
- Joined on
2023-03-04
I see what you mean, and the docs updates are clearer thanks! The steps you describe is how I was running it, I did a few prune_objects
and then did a few prune_orphaned_activities
.
This seems to be working for me! Usually pruning makes the RAM fills up on my small VPS and the instance crashes but this is running well.
I'm a little confused about if there's a difference in the behavior between this and prune_objects.
@Oneric that makes sense to me, updated with those changes and I did do the cache too, might as well since it runs in render.
Have received a lot of feedback that the backend changes to support this behavior are confusing, I may try a similar PR that is frontend-only. It would be helpful to have a new search endpoint…
I received some good feedback on this from a GoToSocial user who primarily uses Semaphore. They were saying that it's more of a client-side…