mirror of
https://github.com/friendica/friendica
synced 2025-04-22 09:10:10 +00:00
Add more post reasons
This commit is contained in:
parent
0971bcf165
commit
699152e15e
4 changed files with 15 additions and 5 deletions
|
@ -986,7 +986,7 @@ class Receiver
|
|||
}
|
||||
|
||||
if (!empty($reply)) {
|
||||
$parents = Post::select(['uid'], ['uri' => $reply]);
|
||||
$parents = Post::select(['uid'], DBA::mergeConditions(['uri' => $reply], ["`uid` != ?", 0]));
|
||||
while ($parent = Post::fetch($parents)) {
|
||||
$receivers[$parent['uid']] = ['uid' => $parent['uid'], 'type' => self::TARGET_ANSWER];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue