Results 1407 comments of Nutomic

@paulo-roger You need to run `git submodule init && git submodule update` first to get the translations. After that the build will work.

This is PR is practically finished and ready for review. However there is one more change I would like to make first. At the moment it uses new endpoints `GET...

> Site registrations are approved by admins, and affect the site, while private community registrations are approved by community mods, and affect the community only. The point is that the...

Yes but each user would only the applications he has permission to handle. So if a private community mod calls the list endpoint, he will get only follow requests for...

Of course Im planning to rework the return types like in the example above. Much of the data is identical, and whats different goes under `data` to be parsed separately...

Alright then lets leave it like this, less work for me :D

Weird now clippy fails in ci, but it passes locally with the same Rust version.

Found the problem, the ci check for check_diesel_schema was not working correctly and it actually changed schema.rs while running migrations. The thing is with the extra foreign key reference, community_follower...

I fixed one test failure, but now it keeps throwing [this error](https://woodpecker.join-lemmy.org/repos/129/pipeline/9961/21#L338) which I cant reproduce locally, and seems completely unrelated.