A forum for discussing and organizing recreational softball and baseball games and leagues in the greater Halifax area.
How much can I extend an OrderedCollection?
-
Just an idle thought... A common UX is users copying the URL in the address bar and pasting it into their fediverse app to load it in their app. Right now if you copy a NodeBB topic (`/topic/12345`) and paste it into something like Mastodon, you'll get nothing because it is an ordered collection and it doesn't know how to handle it. But... what if I passed in a `preview` property a la [evan@cosocial.ca](https://community.nodebb.org/user/evan%40cosocial.ca)'s [b2b8](https://codeberg.org/fediverse/fep/src/branch/main/fep/b2b8/fep-b2b8.md) and it contained a `Note`? Maybe a note with a different `id`? Maybe with a `name`? Waiting for [trwnh@mastodon.social](https://community.nodebb.org/user/trwnh%40mastodon.social) to tell me this is a terrible idea.
-
A ActivityPub shared this topic
-
@julian ideally, Mastodon should use `name` and `summary` for any unrecognized type
-
@julian ideally, Mastodon should use `name` and `summary` for any unrecognized type
@julian even more ideal would be if Mastodon could recognize that the collection was a Thread specifically, but one step at a time
-
@julian even more ideal would be if Mastodon could recognize that the collection was a Thread specifically, but one step at a time
[trwnh@mastodon.social](https://community.nodebb.org/user/trwnh%40mastodon.social) yep exactly that's what I was going for. If you paste an URL to an ordered collection into NodeBB it'll try to load the thread. That'd be ideal. But I will settle for understanding name and summary! -
-
julian:
Right now if you copy a NodeBB topic (
/topic/12345
) and paste it into something like Mastodon, you'll get nothing because it is an ordered collection and it doesn't know how to handle it.It would be really great if you got something useful when you look up a NodeBB topic in Mastodon!