mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 03:03:33 -06:00
[bugfix] Fix setting bot on/off
This commit is contained in:
parent
e032c959e1
commit
e89ce8d43b
5 changed files with 88 additions and 22 deletions
|
|
@ -431,7 +431,7 @@ func (t AccountActorType) String() string {
|
|||
case AccountActorTypeService:
|
||||
return "Service"
|
||||
default:
|
||||
panic("invalid notification type")
|
||||
panic("invalid actor type")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue