mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Add ability for cases to perform actions
This commit is contained in:
parent
bfaef6ba4c
commit
4718970f6b
10 changed files with 169 additions and 41 deletions
|
@ -23,7 +23,7 @@ public class NewCasePage : BaseLayout
|
|||
ModerationCase @case = new()
|
||||
{
|
||||
Type = (CaseType)type,
|
||||
Description = description,
|
||||
Reason = description,
|
||||
ExpiresAt = expires,
|
||||
CreatedAt = DateTime.Now,
|
||||
CreatorId = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue