mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
API: Support for the conversation api call from GNU Social
This commit is contained in:
parent
2a84e7fac1
commit
0ed299a495
2 changed files with 13 additions and 0 deletions
|
@ -1550,6 +1550,7 @@
|
|||
return api_apply_template("timeline", $type, $data);
|
||||
}
|
||||
api_register_func('api/conversation/show','api_conversation_show', true);
|
||||
api_register_func('api/statusnet/conversation','api_conversation_show', true);
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue