Improved media handling

This commit is contained in:
Michael 2021-04-26 12:54:40 +00:00
parent d716e12602
commit c9be3cfa7b
2 changed files with 93 additions and 38 deletions

View file

@ -876,7 +876,7 @@ function statusnet_fetchtimeline(App $a, $uid)
$_REQUEST["title"] = "";
$_REQUEST["body"] = PageInfo::searchAndAppendToBody($post->text, true);
$_REQUEST["body"] = $post->text;
if (is_string($post->place->name)) {
$_REQUEST["location"] = $post->place->name;
}