1
0
Fork 0

Issue 10651: remote comments appeared as own posts

This commit is contained in:
Michael 2021-09-02 05:57:50 +00:00
commit 64fd94fc74
2 changed files with 9 additions and 3 deletions

View file

@ -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'];