🐛 Fix inconsistent chat meta
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user