Правки шифрования

This commit is contained in:
Халимов Рустам
2026-03-19 17:13:06 +03:00
parent b5e9948007
commit abd94d6154

View File

@@ -31,6 +31,7 @@ public static class MongoDbMapConfigurator
cm.MapField("_deletedFor").SetElementName("DeletedFor");
cm.MapField("_readBy").SetElementName("ReadBy");
cm.MapField("_reactions").SetElementName("Reactions");
cm.MapProperty(c => c.Quote).SetSerializer(new EncryptedStringSerializer());
cm.SetIsRootClass(true);
});