mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:10:11 +00:00
Implement ignored server block in conversations
- Add server ignore status in contact profile page - Add new reason in DisplayNotFound exception page
This commit is contained in:
parent
156e3fa101
commit
6ecc9c4cba
10 changed files with 96 additions and 41 deletions
|
@ -356,7 +356,7 @@ class Community extends BaseModule
|
|||
}
|
||||
}
|
||||
|
||||
$r = Post::selectThreadForUser(0, ['uri-id', 'commented', 'author-link'], $condition, $params);
|
||||
$r = Post::selectThreadForUser(DI::userSession()->getLocalUserId() ?: 0, ['uri-id', 'commented', 'author-link'], $condition, $params);
|
||||
|
||||
$items = Post::toArray($r);
|
||||
if (empty($items)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue