mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] fix 'steal this look' form, uncheck entries after processing (#1454)
This commit is contained in:
@ -149,7 +149,7 @@ module.exports = (build) => ({
|
||||
body: body
|
||||
}).then(unwrapRes);
|
||||
}).then((res) => {
|
||||
data.push([emoji.shortcode, res]);
|
||||
data.push([emoji.id, res]);
|
||||
}).catch((e) => {
|
||||
let msg = e.message ?? e;
|
||||
if (e.data.error) {
|
||||
|
Reference in New Issue
Block a user