umputun / remark42

comment engine
https://remark42.com
MIT License
4.81k stars 374 forks source link

Cleanup images from deleted comments #1702

Closed paskal closed 7 months ago

paskal commented 9 months ago

Previously, images were deleted only from comments deleted before EditDuration expiration. After this change, any deletion of the comment deletes images if they are not used elsewhere in comments under the same page.

FS store got a mutex lock to prevent missing the file in the transition from staging to permanent storage, which otherwise would result in the file being stuck in the permanent storage forever.

Resolves #1698.

github-actions[bot] commented 9 months ago

Pull Request Test Coverage Report for Build 7512255642


Totals Coverage Status
Change from base Build 7495000583: -0.02%
Covered Lines: 5962
Relevant Lines: 7033

💛 - Coveralls