chore(test): support followers fixture data for testing

This commit is contained in:
Gabe Kangas
2024-02-18 19:14:19 -08:00
parent 3b50e87015
commit eb41bc0af3
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ func Setup(datastore *data.Datastore) {
createFederationFollowersTable()
createFederationOutboxTable()
createFederatedActivitiesTable()
addFollowersFixtureData()
}
// AddFollow will save a follow to the datastore.