mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00: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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue