chore: bump version to 2.1.4

This commit is contained in:
cogwheel0
2025-10-16 11:45:55 +05:30
parent 146cbfb492
commit 893d8445f2
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ sealed class Conversation with _$Conversation {
_$ConversationFromJson(json);
}
/// Custom converter to handle Map<dynamic, dynamic> from storage
class _MetadataConverter
implements JsonConverter<Map<String, dynamic>, Object?> {
const _MetadataConverter();