ActivityPub background actor validation, update and cleanup process (#4765)
* feat(ap): add validation+update+cleanup AP actor job * fix(test): use time.Time instead of sql.NullTime * feat(test): add integration test for AP follower cleanup/validation job
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
schemaVersion = 8
|
||||
schemaVersion = 9
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user