]> git.mxchange.org Git - friendica.git/blobdiff - mod/message.php
allow crepair to change name - as long as it isn't blank
[friendica.git] / mod / message.php
index 7a3b870b31c131656cdaf34cc265bd7ab03c513f..4b494e906f5be8df0f0e8747d6b7d41d9997f678 100644 (file)
@@ -107,12 +107,15 @@ function message_content(&$a) {
                                );
 
                                // remove diaspora conversation pointer
-
-                               if($convid) {
-                                       q("delete from conv where id = %d limit 1",
-                                               intval($convid)
-                                       );
-                               }
+                               // 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 );