diff options
author | Mario <mario@mariovavti.com> | 2024-02-29 17:35:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-29 17:35:05 +0000 |
commit | 8435d9eb1305d9678ef730c5a4924769b830e7d2 (patch) | |
tree | 8a8ad410fdbbf926899f1244076c592e98b93862 /Zotlabs/Lib/Activity.php | |
parent | d97df1859f9c1533c0d2e54c72f22767eecc800e (diff) | |
download | volse-hubzilla-8435d9eb1305d9678ef730c5a4924769b830e7d2.tar.gz volse-hubzilla-8435d9eb1305d9678ef730c5a4924769b830e7d2.tar.bz2 volse-hubzilla-8435d9eb1305d9678ef730c5a4924769b830e7d2.zip |
some cleanup
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index eef4f8036..1e0ce6ae2 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2304,8 +2304,6 @@ class Activity { if ($act->objprop('type') === 'Profile') { $s['parent_mid'] = $s['mid']; $s['item_thread_top'] = 1; - $s['summary'] = ''; - $s['body'] = self::bb_content($content, 'summary'); } |