From 3e2a1b6f9975aaa2b9cb45bcb77aac146a37fd3c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 17 Jan 2026 13:03:30 +0300 Subject: Fix: KnowTo is added only if tag present --- bot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot_test.go') diff --git a/bot_test.go b/bot_test.go index d5b4b0a..3dabc15 100644 --- a/bot_test.go +++ b/bot_test.go @@ -436,7 +436,7 @@ func TestProcessMessageTag(t *testing.T) { wantMsg: models.RoleMsg{ Role: "Alice", Content: "Hello everyone", - KnownTo: []string{"Alice"}, + KnownTo: nil, }, }, { -- cgit v1.2.3