mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:10:11 +00:00
Fix several database issues
This commit is contained in:
parent
0c7c1efbd7
commit
60a6dfa23c
7 changed files with 43 additions and 30 deletions
|
@ -224,7 +224,7 @@ class Post
|
|||
$selected = array_merge(Item::DISPLAY_FIELDLIST, Item::ITEM_FIELDLIST);
|
||||
|
||||
if ($view == 'post-thread-view') {
|
||||
$selected = array_merge($selected, ['ignored', 'iid']);
|
||||
$selected = array_merge($selected, ['ignored']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue