mirror of
https://github.com/friendica/friendica
synced 2025-01-10 20:44:43 +00:00
added more spaces (CR)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
5a28eae59d
commit
ddd875bba0
1 changed files with 2 additions and 2 deletions
|
@ -2642,7 +2642,7 @@ $called_api = null;
|
||||||
foreach ($r as $item) {
|
foreach ($r as $item) {
|
||||||
|
|
||||||
localize_item($item);
|
localize_item($item);
|
||||||
list($status_user, $owner_user) = api_item_get_user($a,$item);
|
list($status_user, $owner_user) = api_item_get_user($a, $item);
|
||||||
|
|
||||||
// Look if the posts are matching if they should be filtered by user id
|
// Look if the posts are matching if they should be filtered by user id
|
||||||
if ($filter_user AND ($status_user["id"] != $user_info["id"])) {
|
if ($filter_user AND ($status_user["id"] != $user_info["id"])) {
|
||||||
|
@ -2708,7 +2708,7 @@ $called_api = null;
|
||||||
if ($retweeted_item !== false) {
|
if ($retweeted_item !== false) {
|
||||||
$retweeted_status = $status;
|
$retweeted_status = $status;
|
||||||
try {
|
try {
|
||||||
$retweeted_status["user"] = api_get_user($a,$retweeted_item["author-link"]);
|
$retweeted_status["user"] = api_get_user($a, $retweeted_item["author-link"]);
|
||||||
} catch( BadRequestException $e ) {
|
} catch( BadRequestException $e ) {
|
||||||
// user not found. should be found?
|
// user not found. should be found?
|
||||||
/// @todo check if the user should be always found
|
/// @todo check if the user should be always found
|
||||||
|
|
Loading…
Reference in a new issue