Scott Merchant

Results 7 comments of Scott Merchant

Is the simplest fix to just add a call in the `is_mod_or_admin` function to `check_community_ban` to ensure the mod/admin is not banned? I'll whip up a PR for it.

I took a quick look and it turns out the `default_theme` column in the `local_site` table has type `text` so I've created a PR to update the `local_user` table's `theme`...

Ah sorry, I didn't spot that the new issue was a dupe. No problems I've updated it. Let me know if there is anything else I need to do. 👍

Ok I've dug into this a bit and it looks like it's the part of the code where it's trying to figure out if the search text is more than...

You do need to be logged in for this bug to occur as the `resolve_object` endpoint is only called when you're authenticated (eg: logged in).

There is still an error when the page is loaded, it appears as a toast on the bottom left.

The handling is different when you load the page with the query parameters on it but the error is the same (effectively). I've made a PR in lemmy-ui which kinda...