This repository was archived by the owner on Apr 4, 2023. It is now read-only.
forked from acegiak/Semantic-Linkbacks
-
-
Notifications
You must be signed in to change notification settings - Fork 17
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
in-reply-to a reply ends up as new comment on h-entry #241
Copy link
Copy link
Closed
Labels
Description
Example snippet:
"type": [
"h-entry"
],
"properties": {
"summary": [
"Unbedingt! \ud83d\ude00"
],
"name": [
"Unbedingt! \ud83d\ude00"
],
"url": [
"https://beko.famkos.net/2020/05/25/108056/"
],
"updated": [
"2020-05-25T10:24:56+00:00"
],
"published": [
"2020-05-25T10:24:56+00:00"
],
"content": [
{
"html": "<p>Unbedingt! 😀</p>",
"value": "Unbedingt! \ud83d\ude00",
"lang": "en-GB"
}
],
"in-reply-to": [
{
"type": [
"h-cite"
],
"properties": {
"name": [
"a post"
],
"url": [
"https://notiz.blog/2020/05/24/wordpress-in-der-matrix/?replytocom=1167628"
],
"summary": [
{
"html": "Naja, dann macht die Arbeit an meinem ActivityPub Plugin zumindest weiter Sinn…",
"value": "Naja, dann macht die Arbeit an meinem ActivityPub Plugin zumindest weiter Sinn\u2026",
"lang": "en-GB"
}
],
"author": [
{
"type": [
"h-card"
],
"properties": {
"photo": [
"https://secure.gravatar.com/avatar/75512bb584bbceae57dfc503692b16b2?s=50&d=mm&r=g"
],
"name": [
"Matthias Pfefferle"
]
},
"lang": "en-GB",
"value": "Matthias Pfefferle"
}
]
},
"lang": "en-GB",
"value": "https://notiz.blog/2020/05/24/wordpress-in-der-matrix/?replytocom=1167628"
}
],Expected:
- Reply to ongoing thread at https://notiz.blog/2020/05/24/wordpress-in-der-matrix/#comment-1167628
Result:
- New comment on https://notiz.blog/2020/05/24/wordpress-in-der-matrix/
See also:
Discussion in #indieweb-wordpress Mon May 25 14:15:00 CEST 2020