🐛 Fix backward compability

This commit is contained in:
LittleSheep 2024-12-26 22:41:11 +08:00
parent 303f8a36f1
commit 790b123410

View File

@ -51,4 +51,7 @@ type Attachment struct {
PoolID *uint `json:"pool_id"`
AccountID uint `json:"account_id"`
// Outdated fields, just for backward compatibility
IsMature bool `json:"is_mature"`
}