fix: picture not showing up in change modal

This commit is contained in:
Barış Soner Uşaklı
2019-09-29 22:23:28 -04:00
parent 7effc89291
commit 13c870597e

View File

@@ -72,7 +72,7 @@ module.exports = function (SocketUser) {
if (uploaded) { if (uploaded) {
list.pictures.push({ list.pictures.push({
type: 'uploaded', type: 'uploaded',
url: data.uploaded, url: uploaded,
text: '[[user:uploaded_picture]]', text: '[[user:uploaded_picture]]',
}); });
} }