working on showing single posts for users we dont know about

This commit is contained in:
2025-12-31 07:11:35 +00:00
parent ed9dfb990f
commit 63643f0f9a
17 changed files with 127 additions and 74 deletions

View File

@@ -34,5 +34,28 @@
"protocol": "web+ddln",
"url": "/%s"
}
]
],
"share_target": {
"action": "/share-target",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "name",
"text": "text",
"url": "link",
"files": [
{
"name": "photos",
"accept": [
"image/svg+xml",
".svg",
".jpg",
".jpeg",
".png",
".gif"
]
}
]
}
}
}