Evan Prodromou
Hacker, speaker, entrepreneur
The hashtag server for the ActivityPub Network
{
"type": "Note",
"id": "https://evanp.example/note/1",
"content": "This is a #cool note.",
"tag": [{
"type": "Hashtag",
"name": "#cool",
"id": "https://evanp.example/hashtag/cool"
}]
}
{
"type": "Note",
"id": "https://evanp.example/note/1",
"content": "This is a #cool note.",
"tag": [{
"type": "Hashtag",
"name": "#cool",
"id": "https://tags.pub/hashtag/cool"
}]
}
{
"id": "https://server.example/activity/1",
"type": "Create",
"author": "...",
"to": ["https://tags.pub/tag/cool", "Public"],
"object": {
"content": "This is a #cool note.",
"tag": "https://tags.pub/tag/cool"
}
}
{
"outbox" : "https://tags.pub/tag/cool/outbox",
"followers" : "https://tags.pub/tag/cool/followers",
"id" : "https://tags.pub/tag/cool",
"following" : "https://tags.pub/tag/cool/following",
"inbox" : "https://tags.pub/tag/cool/inbox",
"publicKey" : "...",
"@context" : [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1"
],
"liked" : "https://tags.pub/tag/cool/liked",
"type" : "Hashtag",
"name" : "#cool"
}
id comparison still fails
https://tags.pub/tag/cool != https://ragtag.fun/tag/cool
No automatic discovery of local Hashtag objects on ActivityPub servers
id comparison still fails
https://tags.pub/tag/cool != https://ragtag.fun/tag/cool
No automatic discovery of local Hashtag objects on ActivityPub servers
By Evan Prodromou
Hashtag server for the ActivityPub Network