Post AlN7aaridDXRcw0os4 by tesaguri@fedibird.com
 (DIR) More posts by tesaguri@fedibird.com
 (DIR) Post #AlLtrBPOwIRr54p6LA by hongminhee@fosstodon.org
       2024-08-26T03:48:50Z
       
       0 likes, 0 repeats
       
       Is there any standardized #spec for #Misskey-style quotes?#ActivityPub #fedidev
       
 (DIR) Post #AlLtrCONHbDm8BLnNY by silverpill@mitra.social
       2024-08-26T07:44:43.581393Z
       
       0 likes, 0 repeats
       
       @hongminhee You can use FEP-e232 in combination with quoteUrl property (there are other properties like quoteUri and _misskey_quote but they are supported by fewer projects).
       
 (DIR) Post #AlLyR8xpuBZljzKghU by hongminhee@fosstodon.org
       2024-08-26T07:48:33Z
       
       0 likes, 0 repeats
       
       @silverpill Oh, thank you for providing the link!
       
 (DIR) Post #AlLyR9yEADU0rUWVwu by hongminhee@fosstodon.org
       2024-08-26T08:00:30Z
       
       0 likes, 0 repeats
       
       @silverpill By the way, do you know any implementations that use the `quoteURL` property?
       
 (DIR) Post #AlLyRAWG7ghmZ2Rgzg by silverpill@mitra.social
       2024-08-26T08:34:04.324229Z
       
       0 likes, 0 repeats
       
       @hongminhee No. It was mentioned in Threads announcement but I think they actually meant quoteUrl
       
 (DIR) Post #AlN7aaridDXRcw0os4 by tesaguri@fedibird.com
       2024-08-26T09:13:10Z
       
       0 likes, 0 repeats
       
       @silverpill @hongminhee FEP-e232 is a standardized generic framework for microsyntaxes including, but not limited to, "quotes", but does it standardize any concrete link relation for quoting? The convention to use `https://misskey-hub.net/ns/ as the `rel` value isn't standardized by the FEP nor Misskey Hub, I think?Also, note that Misskey doesn't support it (both incoming and outgoing), so its support isn't overwhelming yet number-of-end-users-wise (Misskey happens to have the second largest server in the Fediverse)
       
 (DIR) Post #AlN7abrkuZA6jL2MZE by tesaguri@fedibird.com
       2024-08-26T09:16:50Z
       
       0 likes, 0 repeats
       
       @silverpill @hongminhee Seems like the URI fragment is missing for some reason… I meant `/ns#_misskey_quote`
       
 (DIR) Post #AlN7acRuk85MXTxEvY by silverpill@mitra.social
       2024-08-26T21:53:50.291750Z
       
       0 likes, 0 repeats
       
       @tesaguri @hongminheehttps://misskey-hub.net/ns#_misskey_quote type has not been standardized yet. I think this relation type and other things related to quotes (such as quotes collection) should be specified in a separate FEP.>note that Misskey doesn't support it (both incoming and outgoing)Yes, but Misskey and Pleroma support quoteUrl property (IIRC it is defined as as:quoteUrl). FEP-e232 + quoteUrl should work everywhere