Posts from contacts weren't displayed correctly
This commit is contained in:
parent
045a0b2a00
commit
2d9163ce30
2 changed files with 5 additions and 3 deletions
|
@ -628,7 +628,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false) {
|
|||
$writable = false;
|
||||
}
|
||||
|
||||
if ($mode === 'network-new' || $mode === 'search' || $community_readonly) {
|
||||
if (in_array($mode, ['network-new', 'search', 'contact-posts']) || $community_readonly) {
|
||||
|
||||
/*
|
||||
* "New Item View" on network page or search page results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue