mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
API: Support for the conversation api call from GNU Social
This commit is contained in:
parent
430be22bb9
commit
799ff77797
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