diff options
author | Mario <mario@mariovavti.com> | 2022-01-08 18:57:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-08 18:57:59 +0000 |
commit | fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729 (patch) | |
tree | a4c6dc15f7433e84ceb468fe8b430ffcfc771771 /Zotlabs/Lib/ThreadItem.php | |
parent | b14a530efb7aeb983f369535d56f62e32043ee39 (diff) | |
download | volse-hubzilla-fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729.tar.gz volse-hubzilla-fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729.tar.bz2 volse-hubzilla-fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729.zip |
mark group actors as such in items and minor text change
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index e7cb2d5de..4675df04e 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -424,6 +424,7 @@ class ThreadItem { 'mids' => $json_mids, 'parent' => $item['parent'], 'author_id' => (($item['author']['xchan_addr']) ? $item['author']['xchan_addr'] : $item['author']['xchan_url']), + 'author_is_group_actor' => (($item['author']['xchan_pubforum']) ? t('Forum') : ''), 'isevent' => $isevent, 'attend' => $attend, 'consensus' => $consensus, |