]> git.mxchange.org Git - friendica.git/blobdiff - include/threads.php
Add Contact Object
[friendica.git] / include / threads.php
index 16d4915fdf1fe70923fcf9caf8b4f3f83752a8fd..a1a6c78251c4715fd960825fc190a5d58f109356 100644 (file)
@@ -3,6 +3,7 @@
 use Friendica\App;
 use Friendica\Core\System;
 use Friendica\Database\DBM;
+use Friendica\Object\Contact;
 
 function add_thread($itemid, $onlyshadow = false) {
        $items = q("SELECT `uid`, `created`, `edited`, `commented`, `received`, `changed`, `wall`, `private`, `pubmail`,