Implement Friendica
This commit is contained in:
parent
dd9ce344c6
commit
2c8a6c7da8
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@ const PROJECTS = {
|
||||||
text: "message",
|
text: "message",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
friendica: {
|
||||||
|
checkUrl: "/api/statusnet/config",
|
||||||
|
publishEndpoint: "compose",
|
||||||
|
params: {
|
||||||
|
text: "body",
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const checkProjectUrl = (
|
const checkProjectUrl = (
|
||||||
|
|
Reference in a new issue