zot6 protocol edge case

This commit is contained in:
zotlabs 2019-06-13 18:28:33 -07:00
parent b3f1a19db6
commit 57ed9ec8e2

View File

@ -193,7 +193,9 @@ class Receiver {
case 'response': // upstream message
case 'sync':
default:
if ($this->sender) {
$this->response = $this->handler->Notify($this->data,$this->hub);
}
break;
}