Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
commit
50ee82e8bd
@ -1587,6 +1587,12 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $
|
|||||||
$channel = $r[0];
|
$channel = $r[0];
|
||||||
$DR->addto_recipient($channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>');
|
$DR->addto_recipient($channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>');
|
||||||
|
|
||||||
|
if($d['hash'] === $sender['hash']) {
|
||||||
|
$DR->update('self delivery ignored');
|
||||||
|
$result[] = $DR->get();
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if($d['hash'] === $sender['hash']) {
|
if($d['hash'] === $sender['hash']) {
|
||||||
$DR->update('self delivery ignored');
|
$DR->update('self delivery ignored');
|
||||||
|
@ -1884,3 +1884,7 @@ function update_r1155() {
|
|||||||
return UPDATE_SUCCESS;
|
return UPDATE_SUCCESS;
|
||||||
return UPDATE_FAILED;
|
return UPDATE_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function update_r1155() {
|
||||||
|
return UPDATE_SUCCESS;
|
||||||
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-09-27.1168
|
2015-09-28.1169
|
||||||
|
Reference in New Issue
Block a user