Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1419 from 9ac345a5509a/patch-1
Browse files Browse the repository at this point in the history
fix(chat): fix profile image not displaying properly on disconnect
  • Loading branch information
ilanbiala authored Aug 9, 2016
2 parents 64392b1 + 24b6e3a commit 53d73a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/chat/server/sockets/chat.server.socket.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = function (io, socket) {
type: 'status',
text: 'disconnected',
created: Date.now(),
profileImageURL: socket.request.user.profileImageURL,
username: socket.request.user.username
});
});
Expand Down

0 comments on commit 53d73a3

Please sign in to comment.