From 2a4b9ef7440865c4451549fe36f35923246edc6d Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 2 May 2024 19:11:01 -0500 Subject: [PATCH] fixup, include roomId and eventId in matrixPool record --- backend/src/event-handlers/rollup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/event-handlers/rollup.js b/backend/src/event-handlers/rollup.js index b94ce8e..0f278d6 100644 --- a/backend/src/event-handlers/rollup.js +++ b/backend/src/event-handlers/rollup.js @@ -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, });