fixup, include roomId and eventId in matrixPool record

This commit is contained in:
Ladd Hoffman 2024-05-02 19:11:01 -05:00
parent f7afd0105f
commit 2a4b9ef744
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ const start = async () => {
} catch (e) {
if (e.status === 404) {
console.log('sending matrix pool start event');
const { roomId, eventId } = sendMatrixEvent('io.dgov.pool.start', {
const { roomId, eventId } = await sendMatrixEvent('io.dgov.pool.start', {
postId,
...params,
});