emojigen wip17

This commit is contained in:
こけっち 2022-05-05 20:28:46 +09:00
parent 85cc716781
commit a8337b0964
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -148,8 +148,8 @@ export default defineComponent({
const connection = stream.useChannel('main');
connection.on('urlUploadFinished', async data => {
if (data.marker === marker) {
connection.dispose();
resolve(await emojiAdd(data.file.id));
connection.dispose();
}
});