mirror of
https://github.com/Govor-team/Govor.git
synced 2026-09-23 10:48:58 +00:00
Stable server
was added removing messages many fixes bugs and moving to result pattern from throwing exceptions
This commit is contained in:
@@ -3,4 +3,5 @@ namespace Govor.Contracts.Requests.SignalR;
|
||||
public class RemoveMessageRequest
|
||||
{
|
||||
public Guid MessageId { get; set; }
|
||||
public RemoveMessageRequestType RequestType { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Govor.Contracts.Requests.SignalR;
|
||||
|
||||
public enum RemoveMessageRequestType : int
|
||||
{
|
||||
HideForMe = 0,
|
||||
ForceRemove = 1
|
||||
}
|
||||
Reference in New Issue
Block a user