You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Lemmy 0.19, Person had banned and banExpires properties. In Lemmy 1.0, these have been removed and replaced with:
PostView.creatorBanned
PersonView.creatorBanned (maybe should just be called banned, by the way?)
etc
However, there's no longer any way to see the ban duration as far as I can tell. This used to be possible when you had creatorCommunityActions on everything. Since you removed those, I don't think it's accessible any more.