mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 23:23:41 +00:00
diaspora addon getHostName adoption
This commit is contained in:
parent
30c1542893
commit
574bf66564
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ function diaspora_jot_nets(App $a, &$b)
|
|||
}
|
||||
|
||||
function diaspora_queue_hook(App $a, &$b) {
|
||||
$hostname = $a->get_hostname();
|
||||
$hostname = $a->getHostName();
|
||||
|
||||
$qi = q("SELECT * FROM `queue` WHERE `network` = '%s'",
|
||||
DBA::escape(Protocol::DIASPORA2)
|
||||
|
@ -287,7 +287,7 @@ function diaspora_post_local(App $a, array &$b)
|
|||
|
||||
function diaspora_send(App $a, array &$b)
|
||||
{
|
||||
$hostname = $a->get_hostname();
|
||||
$hostname = $a->getHostName();
|
||||
|
||||
logger('diaspora_send: invoked');
|
||||
|
||||
|
|
Loading…
Reference in a new issue