aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-02-29 17:35:05 +0000
committerMario <mario@mariovavti.com>2024-02-29 17:35:05 +0000
commit8435d9eb1305d9678ef730c5a4924769b830e7d2 (patch)
tree8a8ad410fdbbf926899f1244076c592e98b93862 /Zotlabs/Lib
parentd97df1859f9c1533c0d2e54c72f22767eecc800e (diff)
downloadvolse-hubzilla-8435d9eb1305d9678ef730c5a4924769b830e7d2.tar.gz
volse-hubzilla-8435d9eb1305d9678ef730c5a4924769b830e7d2.tar.bz2
volse-hubzilla-8435d9eb1305d9678ef730c5a4924769b830e7d2.zip
some cleanup
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Activity.php2
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');
}