diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-25 20:43:24 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-25 20:43:24 -0700 |
commit | bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0 (patch) | |
tree | b78ccc5c57dd643b83d1435c942a34b9a8e98e98 /Zotlabs/Daemon | |
parent | 88a68b941ff2c8295ac5a6f221855bc4940ddb40 (diff) | |
download | volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.tar.gz volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.tar.bz2 volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.zip |
send "hidden" edit activities to networks which don't support edits themselves
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 441997db9..7b0dfab92 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -4,6 +4,7 @@ namespace Zotlabs\Daemon; require_once('include/queue_fn.php'); require_once('include/html2plain.php'); +require_once('include/conversation.php'); /* * This file was at one time responsible for doing all deliveries, but this caused |