🐛 Fix inconsistent chat meta

This commit is contained in:
2025-09-23 22:34:47 +08:00
parent a8c99b3128
commit 4573d9395f

View File

@@ -74,7 +74,7 @@ public partial class ChatService(
Nonce = Guid.NewGuid().ToString(), Nonce = Guid.NewGuid().ToString(),
Meta = new Dictionary<string, object> Meta = new Dictionary<string, object>
{ {
["original_message_id"] = dbMessage.Id, ["message_id"] = dbMessage.Id,
["embeds"] = embedsList ["embeds"] = embedsList
}, },
CreatedAt = dbMessage.UpdatedAt, CreatedAt = dbMessage.UpdatedAt,