[bugfix] Fix setting bot on/off (#3986)

* [bugfix] Fix setting bot on/off

* read client messages in tests

* test fix
This commit is contained in:
tobi 2025-04-11 16:36:40 +02:00 committed by GitHub
commit c8a780e12a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 97 additions and 23 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")
}
}