Working images

This commit is contained in:
Henry Hiles 2026-01-30 16:50:25 +01:00
commit 099725063f
No known key found for this signature in database
20 changed files with 388 additions and 375 deletions

View file

@ -0,0 +1,4 @@
extension MxcToHttps on Uri {
Uri mxcToHttps(String homeserver) =>
Uri.parse("${homeserver}_matrix/client/v1/media/download/$host$path");
}