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,7 @@
|
||||
namespace Govor.Contracts.Requests.SignalR;
|
||||
|
||||
public class EditMessageRequest
|
||||
{
|
||||
public Guid MessageId { get; set; }
|
||||
public string NewEncryptedContent { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user