diff --git a/actions/apitimelinementions.php b/actions/apitimelinementions.php index 25e08dd0e3..2b5053a84f 100644 --- a/actions/apitimelinementions.php +++ b/actions/apitimelinementions.php @@ -196,7 +196,7 @@ class ApiTimelineMentionsAction extends ApiBareAuthAction if (empty($this->auth_user)) { $profile = null; } else { - $profile = $this->auth_user->profile; + $profile = $this->auth_user->getProfile(); } $stream = new ReplyNoticeStream($this->user->id, $profile);