mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Better check for Diaspora accounts so you can connect them from the /suggest page.
This commit is contained in:
parent
5684ba4442
commit
a2a393a3c6
3 changed files with 12 additions and 1 deletions
|
@ -153,6 +153,8 @@ function delete_thread_uri($itemuri, $uid) {
|
|||
}
|
||||
|
||||
function delete_thread($itemid) {
|
||||
// To-Do:
|
||||
// There is no "uri" in the thread table ...
|
||||
$item = q("SELECT `uri`, `uid` FROM `thread` WHERE `iid` = %d", intval($itemid));
|
||||
|
||||
$result = q("DELETE FROM `thread` WHERE `iid` = %d", intval($itemid));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue