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
|
@ -677,6 +677,9 @@
|
|||
"received" => ["post", "received"],
|
||||
"created" => ["post", "created"],
|
||||
"commented" => ["post-thread", "commented"],
|
||||
"private" => ["post", "private"],
|
||||
"visible" => ["post", "visible"],
|
||||
"deleted" => ["post", "deleted"],
|
||||
"thr-parent-id" => ["post", "thr-parent-id"],
|
||||
"author-id" => ["post", "author-id"],
|
||||
"gravity" => ["post", "gravity"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue