mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-05 02:08:08 +09:00
fix: await release
This commit is contained in:
parent
d772da4bc4
commit
0c6af12719
@ -498,7 +498,7 @@ export default async (
|
|||||||
publishNotesStream(noteToPublish);
|
publishNotesStream(noteToPublish);
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
lock.release();
|
await lock.release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (note.replyId != null) {
|
if (note.replyId != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user