Fix: Only public posts can be pinned
This commit is contained in:
parent
6e3b5d251e
commit
4108704ee3
5 changed files with 11 additions and 4 deletions
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1464);
|
||||
define('DB_UPDATE_VERSION', 1465);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue