[bugfix] Fix setting bot on/off

This commit is contained in:
tobi 2025-04-11 12:04:16 +02:00
commit e89ce8d43b
5 changed files with 88 additions and 22 deletions

View file

@ -431,7 +431,7 @@ func (t AccountActorType) String() string {
case AccountActorTypeService:
return "Service"
default:
panic("invalid notification type")
panic("invalid actor type")
}
}