Merge pull request #2043 from famedly/krille/export-event-localizations

chore: Export event localizations
This commit is contained in:
Krille-chan 2025-03-07 09:11:54 +01:00 committed by GitHub
commit 095868fdca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,7 @@ export 'src/utils/crypto/encrypted_file.dart';
export 'src/utils/device_keys_list.dart';
export 'src/utils/event_update.dart';
export 'src/utils/http_timeout.dart';
export 'src/utils/event_localizations.dart';
export 'src/utils/image_pack_extension.dart';
export 'src/utils/matrix_default_localizations.dart';
export 'src/utils/matrix_file.dart';

View File

@ -23,7 +23,6 @@ import 'package:collection/collection.dart';
import 'package:html/parser.dart';
import 'package:matrix/matrix.dart';
import 'package:matrix/src/utils/event_localizations.dart';
import 'package:matrix/src/utils/file_send_request_credentials.dart';
import 'package:matrix/src/utils/html_to_text.dart';
import 'package:matrix/src/utils/markdown.dart';