mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Fetching "location" and "about" from diaspora. Displaying them on the "display" page.
This commit is contained in:
parent
a2a393a3c6
commit
b36d799044
7 changed files with 40 additions and 31 deletions
|
@ -4509,7 +4509,7 @@ function drop_item($id,$interactive = true) {
|
|||
);
|
||||
create_tags_from_item($item['id']);
|
||||
create_files_from_item($item['id']);
|
||||
delete_thread($item['id']);
|
||||
delete_thread($item['id'], $item['parent-uri']);
|
||||
|
||||
// clean up categories and tags so they don't end up as orphans
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue