refactor: Use cached network image for mxc image uris

This commit is contained in:
Krille 2024-07-17 10:27:56 +02:00
commit 86b1314c61
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 75 additions and 83 deletions

View file

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