]> git.mxchange.org Git - friendica.git/commitdiff
Use "==="
authorMichael <heluecht@pirati.ca>
Sun, 10 Jan 2021 21:30:30 +0000 (21:30 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 10 Jan 2021 21:30:30 +0000 (21:30 +0000)
src/Protocol/DFRN.php

index 26b68b15b9f3348f66d7204e09dd9506ec31d760..a322327b0ec79e92de9ca5e14f940c41f795c4f7 100644 (file)
@@ -2635,7 +2635,7 @@ class DFRN
                $header["contact-id"] = $importer["id"];
                $header["direction"] = $direction;
 
-               if ($direction == Conversation::RELAY) {
+               if ($direction === Conversation::RELAY) {
                        $header['post-type'] = Item::PT_RELAY;
                }