summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-24 11:20:03 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-24 11:20:03 +0200
commit68ed7aba25e294bf36a4ce0f77e3e6f3fcb4c963 (patch)
tree1441e696d3cdd45596db75df46aeb88f2201a371 /vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
parent[docs] Mention where to run the command to grant CREATE permissions (#4050) (diff)
downloadgotosocial-68ed7aba25e294bf36a4ce0f77e3e6f3fcb4c963.tar.xz
[chore] Update `activity` to v1.14.0 (#4038)
Diffstat (limited to 'vendor/codeberg.org/superseriousbusiness/activity/streams/util.go')
-rw-r--r--vendor/codeberg.org/superseriousbusiness/activity/streams/util.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/codeberg.org/superseriousbusiness/activity/streams/util.go b/vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
index c0e0e9e5e..cb9bf7253 100644
--- a/vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
+++ b/vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
@@ -14,9 +14,9 @@ const (
// only applicable to go-fed at code-generation time.
jsonLDContext = "@context"
- asNS = "https://www.w3.org/ns/activitystreams"
- tootNS = "http://joinmastodon.org/ns"
- schemaNS = "http://schema.org"
+ asNS = "https://www.w3.org/ns/activitystreams"
+ tootNS = "http://joinmastodon.org/ns"
+ schemaNS = "http://schema.org"
)
// Map of inlines @context entries that may need to be added