mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:22:24 -05:00
[feature] Parse funkwhale Album as Statusable to allow barebones interacting with bandwagon (#3931)
* bump activity version * parse funkwhale / bandwagon album as statusable
This commit is contained in:
parent
4af8d1a2cb
commit
27171a78de
131 changed files with 26449 additions and 3098 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