this post was submitted on 23 Jun 2023
16 points (100.0% liked)

Announcements

8 readers
1 users here now

Announcements/Changelogs go here.

founded 2 years ago
MODERATORS
 

We recently updated to 0.18.0 and I haven't really had a chance to fully test it. I took a snapshot before the upgrade, so we have a working state to roll back to if need be.

Please do not hesitate to post here. Rolling back snapshots will cause us to lose new posts that took place after I took the snapshot.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years ago* (last edited 2 years ago)

Doing a quick check on changes from 0.17.4 to 0.18, seems like the most probable culpirit are these lines from this commit.

It doesn't look like these changes were intentional either. Seems like the intent was on making deleted/removed posts not visible to non-mods/admins/creators on community post listings, rather than not visible at all.

I've got zero experience with asynchronous rust (or rust, for that matter), but this doesn't seem too hard to change (other than a potential distinction between removed and deleted posts). i'll still need to figure out how to make sure the changes don't break something else in the process, though.