improve user image resolution
This commit is contained in:
parent
4ae4c4e71a
commit
1ad8c6e955
4 changed files with 26 additions and 6 deletions
|
@ -433,7 +433,7 @@
|
|||
|
||||
var apiClient = self.currentApiClient();
|
||||
if (apiClient && apiClient.getCurrentUserId()) {
|
||||
apiClient.getUser(apiClient.getCurrentUserId()).done(function (u) {
|
||||
apiClient.getCurrentUser().done(function (u) {
|
||||
localUser = u;
|
||||
}).always(onLocalUserDone);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue