mirror of
https://github.com/Govor-team/Govor.git
synced 2026-09-22 18:43:00 +00:00
Stable server
was added removing messages many fixes bugs and moving to result pattern from throwing exceptions
This commit is contained in:
@@ -2,4 +2,5 @@ namespace Govor.Application.Messages.Parameters;
|
||||
|
||||
public record DeleteMessage(
|
||||
Guid DeleterId,
|
||||
Guid MessageId);
|
||||
Guid MessageId,
|
||||
bool ForceRemove = false);
|
||||
|
||||
Reference in New Issue
Block a user