fix tiny whoopsie

This commit is contained in:
tobi 2025-04-06 14:02:20 +02:00
commit 419e75d15b

View file

@ -188,7 +188,7 @@ func init() {
for _, oldAccount := range oldAccounts {
var actorType new_gtsmodel.AccountActorType
if oldAccount.Domain != "" && oldAccount.Username == host {
if oldAccount.Domain == "" && oldAccount.Username == host {
// This is our instance account, override actor
// type to Service, as previously it was just person.
actorType = new_gtsmodel.AccountActorTypeService