mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Refactor: Revert to hard deletes for messages. Remove IsDeleted flag and update repository and configurations accordingly.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Govor.Contracts.Requests.SignalR;
|
||||
public record MessageRequest
|
||||
{
|
||||
public Guid RecipientId { get; init; }
|
||||
public RecipientType RecipientType { get; init; } // Added this field
|
||||
public string EncryptedContent { get; init; } = string.Empty;
|
||||
public Guid? ReplyToMessageId { get; set; }
|
||||
public List<MediaReference> MediaAttachments { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user