aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot/Receiver.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-27 11:17:08 +0200
committergit-marijus <mario@mariovavti.com>2017-07-27 11:17:08 +0200
commit9be4c4d6d1aa7894da44aae8c35f6c96c9475591 (patch)
tree03f5ffd3d5c8b7c07a8b1084178cb9dafabb2fd1 /Zotlabs/Zot/Receiver.php
parente71cdf02a8303689c933b98185e2671f49fc5a7d (diff)
parentdbbae4bac81d18f814c18ac8d0ea51667e00703f (diff)
downloadvolse-hubzilla-9be4c4d6d1aa7894da44aae8c35f6c96c9475591.tar.gz
volse-hubzilla-9be4c4d6d1aa7894da44aae8c35f6c96c9475591.tar.bz2
volse-hubzilla-9be4c4d6d1aa7894da44aae8c35f6c96c9475591.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Zot/Receiver.php')
-rw-r--r--Zotlabs/Zot/Receiver.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Zot/Receiver.php b/Zotlabs/Zot/Receiver.php
index 0050a2559..c521c9d64 100644
--- a/Zotlabs/Zot/Receiver.php
+++ b/Zotlabs/Zot/Receiver.php
@@ -120,6 +120,10 @@ class Receiver {
$this->handler->Notify($this->data);
break;
+ case 'rekey':
+ $this->handler->Rekey($this->sender, $this->data);
+ break;
+
default:
$this->response['message'] = 'Not implemented';
json_return_and_die($this->response);