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-03-24 11:56:42 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-24 10:56:42 +0000
commit27171a78ded38a7142aecfcaa75ede86f73b7a5b (patch)
tree6468899981ba4f6fd78cd95544ed1ded34120437 /vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
parent[chore]: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#3927) (diff)
downloadgotosocial-27171a78ded38a7142aecfcaa75ede86f73b7a5b.tar.xz
[feature] Parse funkwhale `Album` as Statusable to allow barebones interacting with bandwagon (#3931)
* bump activity version * parse funkwhale / bandwagon album as statusable
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 cb9bf7253..c0e0e9e5e 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