This is live on Write.as. For WriteFreely, tracking in T924: Custom WriteFreely favicon and avatar.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sun, Dec 1
Oct 19 2024
Oct 15 2024
Oct 11 2024
Aug 30 2024
Gonna take a crack at this, as it should lay the groundwork for full two-way fediverse comments (part of T901)
Mar 14 2024
Feb 29 2024
Feb 27 2024
Feb 20 2024
Oct 3 2023
Sep 25 2023
Jul 23 2023
Apr 14 2023
Mar 17 2023
May 11 2022
We can probably support this in combination with the new custom favicon feature (T282), as suggested in this Remark.as discussion.
Fixed this on Write.as Web in the course of working on T546.
Jan 4 2022
Sep 13 2021
Aug 30 2021
Jul 7 2021
Mar 24 2021
WriteFreely PR: #442
Mar 10 2021
Improvements for the future:
Mar 8 2021
We can potentially re-use some Read.as code for richer fediverse actor data. But this can move forward, now that T827 is complete.
Mar 3 2021
Feb 24 2021
Feb 1 2021
Dec 3 2020
Oct 16 2020
Sep 21 2020
Apr 23 2020
Apr 20 2020
This is live and working well for the Write.as forum, with Write.as as the OAuth provider. WriteFreely has support as an OAuth client.
Mar 3 2020
Feb 8 2020
Jan 31 2020
Nov 27 2019
Nov 26 2019
Nov 7 2019
Oct 9 2019
👍
Sounds good. Just some other things to note about this approach:
pixelfed doesn't support the @user syntax (it's pixelfed.social/qwazix and not pixelfed.social/@qwazix) so I think it's not a good idea to do the prismo thing.
Just to add to #2, we should probably just leverage the remoteusers table, adding a handle column (or however we name it). That would let us look up the handle and associated actor_id.
I think people will definitely expect mentions to turn into links, so we should address that now.
I'm looking into turning handles into links and I think I should link to the user on remote instances.
I opened an issue on tootsuite here
Oct 8 2019
Ok will do.
Awesome! Sounds good.
Just pushed branch activitypub-mentions where mentions work on pleroma.
Oct 7 2019
I'll test with pleroma and then open the issue with mastodon. I'll also look around plume.
Hmm. Well that's good to know, but I think changing the entire post type really isn't the right solution. Do mentions work with Pleroma?
It seems that Mastodon ignores mentions in "Articles". Maybe now that mastodon has the [expand] functionality we should consider using "Note" when federating (at least up to a certain text length at least).