]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Poke.php
Merge pull request #9515 from MrPetovan/task/9464-block-replies
[friendica.git] / src / Module / Contact / Poke.php
index 9f2ae7bde684e76e3e7e8ad2d7fcc91e2ec4fc61..d9fab36c02e87a79be771242e72be4554fe0ed66 100644 (file)
@@ -67,7 +67,6 @@ class Poke extends BaseModule
                $arr['guid']          = System::createUUID();
                $arr['uid']           = $uid;
                $arr['uri']           = $uri;
-               $arr['parent-uri']    = $uri;
                $arr['wall']          = 1;
                $arr['contact-id']    = $actor['id'];
                $arr['owner-name']    = $actor['name'];