]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Fix for vanishing notes (#5531)
[friendica.git] / mod / notes.php
index ed54330b3c5c165011c3df4b93e5afa742ae646f..608d01cf8c63fbf1ed718788ab0eba5f5ffd3db6 100644 (file)
@@ -59,7 +59,7 @@ function notes_content(App $a, $update = false)
        }
 
        $condition = ['uid' => local_user(), 'post-type' => Item::PT_PERSONAL_NOTE, 'gravity' => GRAVITY_PARENT,
-               'wall' => false, 'allow_cid' => '<' . $a->contact['id'] . '>', 'contact-id'=> $a->contact['id']];
+               'wall' => false, 'contact-id'=> $a->contact['id']];
 
        $a->set_pager_itemspage(40);