fixup, include roomId and eventId in matrixPool record
This commit is contained in:
parent
f7afd0105f
commit
2a4b9ef744
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue