diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-02-02 10:58:28 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-02-02 10:58:28 +0100 |
commit | af6f7f244e965c2dfb392b060d6e26c30dc78e31 (patch) | |
tree | ee7a7c2c69578c501b7be32f5ee95ecaa0a8f853 /Zotlabs/Daemon/Convo.php | |
parent | f3f49cf80f2441d576d825f116afdb5a66bb7c54 (diff) | |
parent | 08c9152abdfa90da09931bdcc6e6c81ea243434c (diff) | |
download | volse-hubzilla-af6f7f244e965c2dfb392b060d6e26c30dc78e31.tar.gz volse-hubzilla-af6f7f244e965c2dfb392b060d6e26c30dc78e31.tar.bz2 volse-hubzilla-af6f7f244e965c2dfb392b060d6e26c30dc78e31.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Daemon/Convo.php')
-rw-r--r-- | Zotlabs/Daemon/Convo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Convo.php b/Zotlabs/Daemon/Convo.php index f7478d778..940216b2c 100644 --- a/Zotlabs/Daemon/Convo.php +++ b/Zotlabs/Daemon/Convo.php @@ -49,7 +49,7 @@ class Convo { // and that lets us use implied_create $AS = new ActivityStreams($message); if ($AS->is_valid() && is_array($AS->obj)) { - $item = Activity::decode_note($AS, true); + $item = Activity::decode_note($AS); Activity::store($channel, $contact['abook_xchan'], $AS, $item); } } |