diff options
author | Mark Felder <feld@feld.me> | 2024-02-04 19:24:52 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-02-04 23:47:04 -0500 |
commit | 04fc4eddaa534185d9784351e70f59f30bc1476f (patch) | |
tree | 42015621618cb00b765b562af8dacb4e4b0dacf0 /changelog.d/rich_media.fix | |
parent | 0b9990a7e53061439a7fa9dbe3e39e3ee22d1371 (diff) | |
download | pleroma-04fc4eddaa534185d9784351e70f59f30bc1476f.tar.gz pleroma-04fc4eddaa534185d9784351e70f59f30bc1476f.zip |
Fix Rich Media Previews for updated activities
The Rich Media Previews were not regenerated when a post was updated due to a cache invalidation issue. They are now cached by the activity id so they can be evicted with the other activity cache objects in the :scrubber_cache.
Diffstat (limited to 'changelog.d/rich_media.fix')
-rw-r--r-- | changelog.d/rich_media.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/rich_media.fix b/changelog.d/rich_media.fix new file mode 100644 index 000000000..08f119550 --- /dev/null +++ b/changelog.d/rich_media.fix @@ -0,0 +1 @@ +Rich Media Preview cache eviction when the activity is updated. |