mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
commit
453693122d
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ class Notifications extends BaseApi
|
|||
|
||||
$condition = ["`uid` = ? AND (NOT `type` IN (?, ?))", $uid,
|
||||
Post\UserNotification::TYPE_ACTIVITY_PARTICIPATION,
|
||||
POST\UserNotification::TYPE_COMMENT_PARTICIPATION];
|
||||
Post\UserNotification::TYPE_COMMENT_PARTICIPATION];
|
||||
|
||||
if (!$request['include_all']) {
|
||||
$condition = DBA::mergeConditions($condition, ['dismissed' => false]);
|
||||
|
|
|
@ -261,7 +261,7 @@ class HttpClient implements ICanSendHttpRequests
|
|||
throw new TransferException($urlResult->getErrorMessageString(), $urlResult->getHTTPStatusCode() ?? 0);
|
||||
}
|
||||
|
||||
return $urlResult->getURL();
|
||||
return $urlResult->getUrl();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue