]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add a comment in UserxrdAction warning future maintainers not to break domain migrati...
authorBrion Vibber <brion@pobox.com>
Mon, 27 Sep 2010 18:38:26 +0000 (11:38 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 27 Sep 2010 18:38:26 +0000 (11:38 -0700)
plugins/OStatus/actions/userxrd.php

index 9aa7c0306de1f2de17c9903b7c6f352917f49c6e..8179505a55d6b7ce108cb5d5c82c4a2949435651 100644 (file)
@@ -37,6 +37,8 @@ class UserxrdAction extends XrdAction
             if (count($parts) == 2) {
                 list($nick, $domain) = $parts;
                 // @fixme confirm the domain too
+                // @fixme if domain checking is added, ensure that it will not
+                //        cause problems with sites that have changed domains!
                 $nick = common_canonical_nickname($nick);
                 $this->user = User::staticGet('nickname', $nick);
             }