issue #228
This commit is contained in:
parent
bcebd1d5b9
commit
9c23fe5ab6
@ -3518,7 +3518,7 @@ function zot_reply_message_request($data) {
|
|||||||
if ($messages) {
|
if ($messages) {
|
||||||
$env_recips = null;
|
$env_recips = null;
|
||||||
|
|
||||||
$r = q("select * from hubloc where hubloc_hash = '%s' and not hubloc_error and not hubloc_deleted
|
$r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0
|
||||||
group by hubloc_sitekey",
|
group by hubloc_sitekey",
|
||||||
dbesc($sender_hash)
|
dbesc($sender_hash)
|
||||||
);
|
);
|
||||||
@ -3549,7 +3549,7 @@ function zot_reply_message_request($data) {
|
|||||||
'channel_id' => $c[0]['channel_id'],
|
'channel_id' => $c[0]['channel_id'],
|
||||||
'posturl' => $hub['hubloc_callback'],
|
'posturl' => $hub['hubloc_callback'],
|
||||||
'notify' => $n,
|
'notify' => $n,
|
||||||
'msg' => json_encode($data_packet)
|
'msg' => $data_packet
|
||||||
));
|
));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-12-16.1248
|
2015-12-17.1249
|
||||||
|
Reference in New Issue
Block a user