summaryrefslogtreecommitdiff
path: root/changelog.d/rich_media.fix
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-02-04 19:24:52 -0500
committerMark Felder <feld@feld.me>2024-02-04 23:47:04 -0500
commit04fc4eddaa534185d9784351e70f59f30bc1476f (patch)
tree42015621618cb00b765b562af8dacb4e4b0dacf0 /changelog.d/rich_media.fix
parent0b9990a7e53061439a7fa9dbe3e39e3ee22d1371 (diff)
downloadpleroma-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.fix1
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.