Nutomic
Nutomic
Ready to merge
Right the removed/deleted filters for read functions were missing, added those now. Also changed the update endpoint to filter out removed/deleted communities instead of throwing error.
About federation, sending update activities for changes to multi-community is not that simple. The way its implemented now multi-comms are associated to a person, so it would mean following the...
> That's unavoidable I think. If we let people follow multicommunities, then that is a specific actor type similar to communities. Its also distinct from following a person (even if...
Alright made a lot more changes which should address all the feedback and implement all the functionality. Still need to expand the api test if the main code looks okay....
One thing still missing compared to other types is a `MultiCommunityView`. Is it worth adding that?
Added MultiCommunityView which contains owner. Didnt add instance because PostView, CommunityView etc also dont contain that. Would be neat if it would directly contain `Vec` as well, but that would...
Similarly a plugin hook for approval for private community followers. These can be automatically approved or rejected based on profile content, account age or comment count. And a plugin hook...
Make a pull request to see how it looks, and we can discuss it there.
Imo this is not really a problem, if there are import conflicts they are quick to resolve with editor tools and cargo fmt.