hard-code roomId
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s
Details
This commit is contained in:
parent
31fc599ce8
commit
9403e817b0
|
@ -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');
|
||||
};
|
||||
|
||||
/* -------------------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue