diff --git a/actions/newmessage.php b/actions/newmessage.php index 7df6c72591..b324b8bf84 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -123,7 +123,7 @@ class NewmessageAction extends Action { $content = $this->trimmed('content'); $user = common_current_user(); - $to = common_canonical_nickname($this->trimmed('to')); + $to = $this->trimmed('to'); $other = User::staticGet('id', $to);