More MongoId changes + updated nullability of EOH objects

This commit is contained in:
Chomp
2025-07-07 12:31:13 +01:00
parent 61f62f191d
commit 8474f40aa8
8 changed files with 64 additions and 89 deletions
@@ -355,7 +355,7 @@ public class DialogueController(
result.Add(
new UserDialogInfo
{
Id = fullProfile.ProfileInfo?.ProfileId,
Id = fullProfile.ProfileInfo.ProfileId.Value,
Aid = fullProfile.ProfileInfo?.Aid,
Info = new UserDialogDetails
{