Fetching other fediverse timeline

This commit is contained in:
2025-03-12 00:09:26 +08:00
parent 673e7a69f5
commit 4b1953c8e7
7 changed files with 264 additions and 0 deletions

View File

@ -16,6 +16,8 @@ var AutoMaintainRange = []any{
&models.PollAnswer{},
&models.PostFlag{},
&models.PostView{},
&models.FediversePost{},
&models.FediverseUser{},
}
func RunMigration(source *gorm.DB) error {