Skip to content

Commit 61be938

Browse files
committed
Merge pull request #454 from dpalou/MOBILE-1527
MOBILE-1527 messages: Fix top right icon in smartphones
2 parents 46a4a90 + 14fc05a commit 61be938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/addons/messages/controllers/discussion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ angular.module('mm.addons.messages')
5353
$scope.title = user.fullname;
5454
}
5555
if (typeof $scope.profileLink == 'undefined') {
56-
$scope.profileLink = user.profileimageurl;
56+
$scope.profileLink = user.profileimageurl || true;
5757
}
5858
}).catch(function() {
5959
// Couldn't retrieve the image, use a default icon.

0 commit comments

Comments
 (0)