Attachment pool basis

This commit is contained in:
2024-08-18 12:01:41 +08:00
parent de6215cffe
commit dd0f7399a6
10 changed files with 226 additions and 18 deletions

View File

@ -8,6 +8,7 @@ import (
var AutoMaintainRange = []any{
&models.Account{},
&models.Attachment{},
&models.AttachmentPool{},
&models.StickerPack{},
&models.Sticker{},
}