Issue 10651: remote comments appeared as own posts
This commit is contained in:
parent
c4307c85e1
commit
64fd94fc74
2 changed files with 9 additions and 3 deletions
|
@ -3614,7 +3614,7 @@ class Diaspora
|
|||
* @return array|false The data for a comment
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function constructComment(array $item, array $owner)
|
||||
public static function constructComment(array $item, array $owner)
|
||||
{
|
||||
$cachekey = "diaspora:constructComment:".$item['guid'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue