hard-code roomId
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 17:29:02 -05:00
parent 31fc599ce8
commit 9403e817b0
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ function Widget() {
'm.message',
),
]);
await widgetApi.current.sendRoomEvent('m.message', 'test message');
await widgetApi.current.sendRoomEvent('m.message', 'test message', '!HMoNkuTRLqQGhhlMNO:matrix.dgov.io');
};
/* -------------------------------------------------------------------------------- */