mirror of
https://github.com/friendica/friendica
synced 2025-05-21 05:44:12 +02:00
Fix commenting on mobile to Diaspora
This commit is contained in:
parent
8bdfdc7d52
commit
be7a01f086
3 changed files with 8 additions and 15 deletions
|
@ -4049,13 +4049,6 @@ class Diaspora
|
|||
return false;
|
||||
}
|
||||
|
||||
$parent = Post::selectFirst(['parent-uri'], ['uri' => $item['thr-parent']]);
|
||||
if (!DBA::isResult($parent)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$item['parent-uri'] = $parent['parent-uri'];
|
||||
|
||||
$message = self::constructComment($item, $owner);
|
||||
if ($message === false) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue