@frequency now fully supports FEP-7888 as of yesterday!
-
@julian I think that makes sense. As the spec progresses, I can see you running into other use cases where ids are referenced in various collections, but you can鈥檛 access the object, either because it鈥檚 unavailable or due to lack of permissions.
-
@julian @jesseplusplus Works fine for me. There is a difference in collection
type
though (others useOrderedCollection
).I've added Decodon to the list of software that publish collections of posts: https://codeberg.org/fediverse/fep/pulls/644
-
@julian @jesseplusplus Works fine for me. There is a difference in collection
type
though (others useOrderedCollection
).I've added Decodon to the list of software that publish collections of posts: https://codeberg.org/fediverse/fep/pulls/644
@silverpill awesome, thanks for testing and adding to the list!
I'd love to use `OrderedCollection` here but fell back to following Mastodon's convention for the replies collection. (Mastodon doesn't currently index notes on creation time, so that kind of ordering isn't performant.)
I do return them ordered by id to make it as nice as possible, but this isn't guaranteed to be the creation order depending on when my server saw different replies, so I'm still marking it as unordered.
-
@silverpill awesome, thanks for testing and adding to the list!
I'd love to use `OrderedCollection` here but fell back to following Mastodon's convention for the replies collection. (Mastodon doesn't currently index notes on creation time, so that kind of ordering isn't performant.)
I do return them ordered by id to make it as nice as possible, but this isn't guaranteed to be the creation order depending on when my server saw different replies, so I'm still marking it as unordered.
jesseplusplus@mastodon.social silverpill@mitra.social I think the ordering would be nice but even if an OrderedCollection was sent back I don鈥檛 know if you can trust the order of items as received.
I wouldn鈥檛 want to introduce a hard requirement on it being an OrderedCollection, personally.
-
@frequency now fully supports FEP-7888 as of yesterday! (It has been generating outbound context since the beginning of the year, but I just finished fetching all remote replies from the context as well.)
Implement FEP-7888 - conversation context by jesseplusplus 路 Pull Request #188 路 jesseplusplus/decodon
This PR implements FEP-7888 by: generating a context property and including it in the ActivityPub json-ld for all Statuses consuming the context property on incoming objects and fetching all obje...
GitHub (github.com)
I'll hold off on trying to upstream this to Mastodon until after the 4.4.0 release to make sure I'm not conflicting with anything they changed.
@jesseplusplus @frequency wow, great work! Frequency looks really cool, and your doing some really pioneering work like Circles.
We should chat, I鈥檇 love to improve compatibility with Pixelfed and explore new experiences together if you are interested!
We need more photo/video platforms like yours so we don鈥檛 suffer from a monoculture like Pixelfed, which ngl is kinda rare when you think about it. Anyways, take care!
-
@jesseplusplus @frequency wow, great work! Frequency looks really cool, and your doing some really pioneering work like Circles.
We should chat, I鈥檇 love to improve compatibility with Pixelfed and explore new experiences together if you are interested!
We need more photo/video platforms like yours so we don鈥檛 suffer from a monoculture like Pixelfed, which ngl is kinda rare when you think about it. Anyways, take care!
dansup@mastodon.social are you interested in getting reply backfill working with Pixelfed? Let鈥檚 chat at FediCon
-
@julian @jesseplusplus Yes I am, and sounds good!
-
@jesseplusplus @frequency wow, great work! Frequency looks really cool, and your doing some really pioneering work like Circles.
We should chat, I鈥檇 love to improve compatibility with Pixelfed and explore new experiences together if you are interested!
We need more photo/video platforms like yours so we don鈥檛 suffer from a monoculture like Pixelfed, which ngl is kinda rare when you think about it. Anyways, take care!
馃
aw thanks @dansup!
I鈥檇 love to collaborate on better compatibility with pixelfed! I鈥檓 super interested in trying to get stories in frequency like you have in pixelfed someday!
I鈥檓 planning to be at FediCon, so I鈥檇 love to meet ya and scheme on what kinda cool stuff we can do
-
@frequency now fully supports FEP-7888 as of yesterday! (It has been generating outbound context since the beginning of the year, but I just finished fetching all remote replies from the context as well.)
Implement FEP-7888 - conversation context by jesseplusplus 路 Pull Request #188 路 jesseplusplus/decodon
This PR implements FEP-7888 by: generating a context property and including it in the ActivityPub json-ld for all Statuses consuming the context property on incoming objects and fetching all obje...
GitHub (github.com)
I'll hold off on trying to upstream this to Mastodon until after the 4.4.0 release to make sure I'm not conflicting with anything they changed.
Jesse Karmani frequency Great work!
-
Jesse Karmani frequency Great work!
@deadsuperhero @frequency thanks!