]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Conversation.php
Update Event.php
[friendica.git] / src / Content / Conversation.php
index be7448a336a12f0646f81b1aa05db659452b7d97..6d19eb16356ce450d22f7ee4714a167285b948c8 100644 (file)
@@ -794,7 +794,7 @@ class Conversation
                        return [];
                }
 
-               $str_blocked = str_replace(["\n", "\r"], ",", $this->pConfig->get($this->session->getLocalUserId(), 'system', 'blocked'));
+               $str_blocked = str_replace(["\n", "\r"], ",", $this->pConfig->get($this->session->getLocalUserId(), 'system', 'blocked') ?? '');
                if (empty($str_blocked)) {
                        return [];
                }