working on showing single posts for users we dont know about
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user