mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 19:44:29 +02:00
Issue 10287: Don't show ignored and blocked posts
This commit is contained in:
parent
de2c43ce4b
commit
32d0d45adf
4 changed files with 8 additions and 4 deletions
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1419);
|
||||
define('DB_UPDATE_VERSION', 1420);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
|
@ -196,6 +196,8 @@
|
|||
"parent-author-link" => ["parent-post-author", "url"],
|
||||
"parent-author-name" => ["parent-post-author", "name"],
|
||||
"parent-author-network" => ["parent-post-author", "network"],
|
||||
"parent-author-blocked" => ["parent-post-author", "blocked"],
|
||||
"parent-author-hidden" => ["parent-post-author", "hidden"],
|
||||
],
|
||||
"query" => "FROM `post-user`
|
||||
STRAIGHT_JOIN `post-thread-user` ON `post-thread-user`.`uri-id` = `post-user`.`parent-uri-id` AND `post-thread-user`.`uid` = `post-user`.`uid`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue