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:
@@ -0,0 +1,11 @@
|
||||
using Govor.Core.Models; // For RecipientType
|
||||
|
||||
namespace Govor.Contracts.Responses.SignalR;
|
||||
|
||||
public class MessageRemovedResponse
|
||||
{
|
||||
public Guid MessageId { get; set; }
|
||||
public Guid SenderId { get; set; } // Original Sender
|
||||
public Guid RecipientId { get; set; }
|
||||
public RecipientType RecipientType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user