Fix voice message forwarding and playback
This commit is contained in:
@@ -680,6 +680,8 @@ public sealed class ChatsController(
|
||||
Direction = MessageDirection.Outgoing,
|
||||
Text = source.Text,
|
||||
ForwardedFrom = ResolveForwardedFrom(source),
|
||||
ForwardedFromExternalChatId = source.ExternalId is null ? null : source.Chat?.ExternalId,
|
||||
ForwardedFromExternalMessageId = source.ExternalId,
|
||||
SentAt = DateTimeOffset.UtcNow,
|
||||
DeliveryState = MessageDeliveryState.Sending,
|
||||
SenderName = "You"
|
||||
|
||||
Reference in New Issue
Block a user