This commit is contained in:
zotlabs 2018-09-12 22:29:29 -07:00
commit 4a8de535e2

View file

@ -100,6 +100,7 @@ class ActivityStreams {
$this->tgt['actor'] = $this->get_actor('actor',$this->tgt);
$this->parent_id = $this->get_property_obj('inReplyTo');
if(! $this->parent_id) {
$this->parent_id = $this->obj['inReplyTo'];
}