diff options
author | Mario <mario@mariovavti.com> | 2021-05-28 08:28:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-28 08:28:32 +0000 |
commit | f1aace5a22368a703e562169f855a0e387c5b93a (patch) | |
tree | 95a2cb5b651217ad85cece95e12137534f5ad274 /Zotlabs/Lib | |
parent | 0718ac514d2421a96ab191f874a0cd8b120a5a78 (diff) | |
download | volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.gz volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.bz2 volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.zip |
remove unobscure()
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/MessageFilter.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/MessageFilter.php b/Zotlabs/Lib/MessageFilter.php index 750d6d424..21e6ca26a 100644 --- a/Zotlabs/Lib/MessageFilter.php +++ b/Zotlabs/Lib/MessageFilter.php @@ -11,8 +11,6 @@ class MessageFilter { require_once('include/html2plain.php'); - unobscure($item); - $text = prepare_text($item['body'],$item['mimetype']); $text = html2plain(($item['title']) ? $item['title'] . ' ' . $text : $text); |