From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- testrig/webpush.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testrig/webpush.go') diff --git a/testrig/webpush.go b/testrig/webpush.go index 4cd5d7a81..d4752ae90 100644 --- a/testrig/webpush.go +++ b/testrig/webpush.go @@ -20,9 +20,9 @@ package testrig import ( "context" - "github.com/superseriousbusiness/gotosocial/internal/filter/usermute" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/webpush" + "code.superseriousbusiness.org/gotosocial/internal/filter/usermute" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/webpush" ) // WebPushMockSender collects a map of notifications sent to each account ID. -- cgit v1.2.3