- Switch to message id already generated

This commit is contained in:
Infi
2025-11-17 17:53:01 +01:00
parent 1ccb6b42ed
commit 602f245c34
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ public class Processing
{
var response = new MessageResponse
{
Id = message.Id,
Timestamp = message.Date.ToLocalTime().ToString("t", !Plugin.Config.Use24HourClock ? null : CultureInfo.CreateSpecificCulture("es-ES"))
};