]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Profile.php
Merge pull request #13337 from annando/block-chatgpt
[friendica.git] / src / Module / Contact / Profile.php
index 294484a54be2489d08182c2d7703fa1fb9955654..090f7cd86a21c1e4011b3d0e212e9c00261aeb7c 100644 (file)
@@ -394,7 +394,7 @@ class Profile extends BaseModule
                        '$remote_self'               => [
                                'remote_self',
                                $this->t('Mirror postings from this contact'),
-                               $localRelationship->isRemoteSelf,
+                               $localRelationship->remoteSelf,
                                $this->t('Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'),
                                $remote_self_options
                        ],