mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:50:11 +00:00
webfinger profile linker
This commit is contained in:
parent
608d424b0b
commit
4978ee12d1
5 changed files with 264 additions and 231 deletions
|
@ -891,6 +891,7 @@ function prepare_body($item,$attach = false) {
|
|||
} else
|
||||
$s = prepare_text($item['body']);
|
||||
|
||||
|
||||
$prep_arr = array('item' => $item, 'html' => $s);
|
||||
call_hooks('prepare_body', $prep_arr);
|
||||
$s = $prep_arr['html'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue