From c8a780e12a8112a4d4cbe8ed72d241a382f73903 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:36:40 +0200 Subject: [bugfix] Fix setting bot on/off (#3986) * [bugfix] Fix setting bot on/off * read client messages in tests * test fix --- internal/gtsmodel/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/gtsmodel') diff --git a/internal/gtsmodel/account.go b/internal/gtsmodel/account.go index d681304ba..c2ab1c9a4 100644 --- a/internal/gtsmodel/account.go +++ b/internal/gtsmodel/account.go @@ -431,7 +431,7 @@ func (t AccountActorType) String() string { case AccountActorTypeService: return "Service" default: - panic("invalid notification type") + panic("invalid actor type") } } -- cgit v1.3