mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
feat(user): icon background selector in change picture modal
This commit is contained in:
@@ -77,6 +77,7 @@ apiController.loadConfig = async function (req) {
|
||||
thumbs: {
|
||||
size: meta.config.topicThumbSize,
|
||||
},
|
||||
iconBackgrounds: await user.getIconBackgrounds(req.uid),
|
||||
};
|
||||
|
||||
let settings = config;
|
||||
|
||||
Reference in New Issue
Block a user