Results 382 comments of Nutomic

What do you mean "get admins and mods from api"? If you want to check that a given person is a mod/admin, use `is_mod_or_admin()` function `from crates/api_common/src/utils.rs`. I think mods...

Other than my last comment it looks good to me. Once that is changed we can merge.

Thank you for the contribution :)

@dessalines You mean that these posts would only be shown in the local timeline, not in subscribed or all? I dont think thats a good idea, because not everyone browses...

Well if there is a user who only browses the subscribed timeline, they would never see the sticky in that case. I dont think thats desirable.

Instead of including these featured posts in the output of PostQueryBuilder, we could serve it over a separate endpoint. And use a database table like `stickied_posts`, instead of a column...

@MrCzwartek Please open new issues for those requests.

This is basically done, we are just missing the 4 link fields. But I dont think thats important, I've already seen someone reproduce it with a markdown table. So I'd...

Okay, but might be worth to open a new issue specifically for that identity verification, because it would need some additional work which isnt mentioned here.

The second problem (Peertube votes not reaching Lemmy) is because Peertube seems to send votes in a completely different way from Lemmy, namely by sending `Update/Video` which contains a likes...