We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lemmy=# select banned, ban_expires from person where name = 'xxx'; banned | ban_expires --------+--------------------- t | 2022-03-29 00:50:50
This isn't an issue on community_ban, because joins are necessary there.
The solution (at least best one I can think of)
The text was updated successfully, but these errors were encountered:
3ad172e
Merge pull request #2178 from LemmyNet/fix_ban_expires
4597ea2
Adding a ban expires update job. Fixes #2177
No branches or pull requests
This isn't an issue on community_ban, because joins are necessary there.
The solution (at least best one I can think of)
The text was updated successfully, but these errors were encountered: