mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-25 15:03:32 -06:00
bump activity version
This commit is contained in:
parent
808031ca01
commit
728c1289f3
123 changed files with 26278 additions and 3055 deletions
6
vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
generated
vendored
6
vendor/codeberg.org/superseriousbusiness/activity/streams/util.go
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue