chore: Follow up missing cache key

This commit is contained in:
Krille 2023-05-23 08:32:27 +02:00
parent a56ebb245e
commit 3f15fa365f
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ class ImageExtension extends HtmlExtension {
uri: mxcUrl,
width: width ?? height ?? defaultDimension,
height: height ?? width ?? defaultDimension,
cacheKey: mxcUrl.toString(),
),
),
);