This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Telegraph
mirror of
https://github.com/aaronpk/Telegraph.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
include source and target in status json
main
Aaron Parecki
8 years ago
parent
e6235846dc
commit
d4c8bcf40b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
controllers/API.php
+ 2
- 0
controllers/API.php
View File
@ -229,6 +229,8 @@ class API {
}
$data
=
[
'source'
=>
$webmention
->
source
,
'target'
=>
$webmention
->
target
,
'status'
=>
$code
,
];
Write
Preview
Loading…
Cancel
Save