feat: Reenable native imaging for all platforms

This commit is contained in:
Christian Kußowski 2026-02-20 17:28:19 +01:00
commit 162a594d80
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 125 additions and 4 deletions

View file

@ -1,5 +1,6 @@
import 'dart:io';
import 'package:fluffychat/utils/custom_image_resizer.dart';
import 'package:flutter/foundation.dart';
import 'package:collection/collection.dart';
@ -122,6 +123,7 @@ abstract class ClientManager {
// To make room emotes work
'im.ponies.room_emotes',
},
customImageResizer: customImageResizer,
logLevel: kReleaseMode ? Level.warning : Level.verbose,
database: await flutterMatrixSdkDatabaseBuilder(clientName),
supportedLoginTypes: {