refactor: Use cached network image for mxc image uris
This commit is contained in:
parent
87d3d0feed
commit
86b1314c61
5 changed files with 75 additions and 83 deletions
|
|
@ -280,7 +280,6 @@ class ImageExtension extends HtmlExtension {
|
|||
uri: mxcUrl,
|
||||
width: width ?? height ?? defaultDimension,
|
||||
height: height ?? width ?? defaultDimension,
|
||||
cacheKey: mxcUrl.toString(),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue