fix: picture not showing up in change modal

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 7effc89291
commit 13c870597e

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

Loading…
Cancel
Save