@squirrel I've been having a look (despite not knowing Ruby) to see if I could find anything obvious
There's something in app/models/follow_request.rb than requests reblogs
also in app/controllers/api/v1/accounts_controller.rb
Those files asking for reblogs was added 25 days ago in this commit https://github.com/tootsuite/mastodon/commit/eeaec39888f66bf312ac9a4c58f315ffd8f874f2
@squirrel no idea if that helps, but that's probably where I'd start looking if I knew what I was doing
@troubleMoney i don't know either
@squirrel @troubleMoney The tl;dr: of the problem right now is that the structure of the database and the structure that the instance is expecting in the database have fallen out of sync with each other; I'm trying to figure out how to get them to match up again
@InspectorCaracal @squirrel for that commit it just added a column to two tables so you might be able to just add those manually
@troubleMoney @InspectorCaracal the tables are in the db. the tables are not in ruby
@squirrel @InspectorCaracal oh yeah, I mean go in to the database to do it manually
@squirrel @InspectorCaracal oh! I thought the ruby thought they were there but they weren't in the db