Signed-off-by: Roland Häder <roland@mxchange.org>
2022.09-rc
Roland Häder 2017-05-17 15:40:50 +02:00
rodzic 249065b421
commit afb430b908
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -949,7 +949,7 @@ class Diaspora {
} elseif (($contact["rel"] == CONTACT_IS_FOLLOWER) && ($importer["page-flags"] == PAGE_COMMUNITY)) {
// That's good
return true;
// Is the message a comment for global users?
// Is the message a global user or a comment?
} elseif (($importer["uid"] == 0) || $is_comment) {
// Messages for the global users and comments are always accepted
return true;