From 2e8358f0a3e1e2f537a7b05efc48cf7f6f889c22 Mon Sep 17 00:00:00 2001 From: mstar Date: Thu, 12 Jun 2025 16:24:18 +0200 Subject: [PATCH] Fix typo --- storage-new/models/ActivitystreamsObjectType.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage-new/models/ActivitystreamsObjectType.go b/storage-new/models/ActivitystreamsObjectType.go index e33746c..33806f1 100644 --- a/storage-new/models/ActivitystreamsObjectType.go +++ b/storage-new/models/ActivitystreamsObjectType.go @@ -15,7 +15,7 @@ const ( ObjectTypePage = ActivitystreamsObjectType("page") ObjectTypePlace = ActivitystreamsObjectType("place") ObjectTypeProfile = ActivitystreamsObjectType("profile") - ObjectTypeRelationship = ActivitystreamsObjectType("relationsjip") + ObjectTypeRelationship = ActivitystreamsObjectType("relationship") ObjectTypeTombstone = ActivitystreamsObjectType("tombstone") ObjectTypeVideo = ActivitystreamsObjectType("video") )