diff options
author | friendica <info@friendica.com> | 2012-07-18 04:49:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-18 04:49:15 -0700 |
commit | d683df17bd530739bc64c79f152957ab229b6a02 (patch) | |
tree | 80d8a9e92d764aeacbb7bc09551ca1e501456ace /mod/message.php | |
parent | 22cf19e174bcee88b44968f2773d1bad2da2b54d (diff) | |
download | volse-hubzilla-d683df17bd530739bc64c79f152957ab229b6a02.tar.gz volse-hubzilla-d683df17bd530739bc64c79f152957ab229b6a02.tar.bz2 volse-hubzilla-d683df17bd530739bc64c79f152957ab229b6a02.zip |
Removing connectors we won't be needing - this is probably going to break some shit.
Diffstat (limited to 'mod/message.php')
-rw-r--r-- | mod/message.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mod/message.php b/mod/message.php index 1e9d731a4..0be0c7055 100644 --- a/mod/message.php +++ b/mod/message.php @@ -213,17 +213,6 @@ function message_content(&$a) { intval(local_user()) ); - // remove diaspora conversation pointer - // Actually if we do this, we can never receive another reply to that conversation, - // as we will never again have the info we need to re-create it. - // We'll just have to orphan it. - - //if($convid) { - // q("delete from conv where id = %d limit 1", - // intval($convid) - // ); - //} - if($r) info( t('Conversation removed.') . EOL ); } |