From 2989cd25e5a924611e37ef45b1eb18b69eadb655 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 22 Mar 2017 11:46:54 -0700 Subject: [PATCH] Fix "type" for RSVPs --- src/shpub/Command/Rsvp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shpub/Command/Rsvp.php b/src/shpub/Command/Rsvp.php index f46d230..4db6b6e 100644 --- a/src/shpub/Command/Rsvp.php +++ b/src/shpub/Command/Rsvp.php @@ -49,7 +49,7 @@ class Command_Rsvp extends Command_AbstractProps } $req = new Request($this->cfg->host, $this->cfg); - $req->setType('h', 'entry'); + $req->setType('entry'); $req->addProperty('in-reply-to', $url); $req->addProperty('rsvp', $rsvp); if ($cmdRes->args['text']) { -- 2.30.2