summaryrefslogtreecommitdiff
path: root/internal/typeutils/converter.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/typeutils/converter.go')
-rw-r--r--internal/typeutils/converter.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/typeutils/converter.go b/internal/typeutils/converter.go
index 4515fcbf0..d702c1ae7 100644
--- a/internal/typeutils/converter.go
+++ b/internal/typeutils/converter.go
@@ -32,10 +32,6 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)
-const (
- asPublicURI = "https://www.w3.org/ns/activitystreams#Public"
-)
-
// TypeConverter is an interface for the common action of converting between apimodule (frontend, serializable) models,
// internal gts models used in the database, and activitypub models used in federation.
//