Merge branch 'dev' into 'dev'
zot6 protocol edge case See merge request hubzilla/core!1669
This commit is contained in:
commit
9258593776
@ -193,7 +193,9 @@ class Receiver {
|
|||||||
case 'response': // upstream message
|
case 'response': // upstream message
|
||||||
case 'sync':
|
case 'sync':
|
||||||
default:
|
default:
|
||||||
|
if ($this->sender) {
|
||||||
$this->response = $this->handler->Notify($this->data,$this->hub);
|
$this->response = $this->handler->Notify($this->data,$this->hub);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user