fix(aurora): changed how moderation changes are added. only log the information that is actually changed, and not everything
This commit is contained in:
parent
dc407c1125
commit
0c2cde1a78
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ class Change(AuroraBaseModel):
|
|||
type: Literal["ORIGINAL", "RESOLVE", "EDIT"]
|
||||
timestamp: datetime
|
||||
user_id: int
|
||||
reason: Optional[str] = "No reason provided"
|
||||
reason: Optional[str] = None
|
||||
duration: Optional[timedelta] = None
|
||||
end_timestamp: Optional[datetime] = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue