feat(user): icon background selector in change picture modal

This commit is contained in:
Julian Lam
2021-02-19 11:11:46 -05:00
parent fbccf6e22f
commit 955021247e
5 changed files with 41 additions and 8 deletions

View File

@@ -77,6 +77,7 @@ apiController.loadConfig = async function (req) {
thumbs: {
size: meta.config.topicThumbSize,
},
iconBackgrounds: await user.getIconBackgrounds(req.uid),
};
let settings = config;