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) { 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]]',
}); });
} }

Loading…
Cancel
Save