Compare commits

..

2 Commits

Author SHA1 Message Date
Ladd Hoffman e95d7ac91c m.room.message
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details
2024-04-26 17:54:40 -05:00
Ladd Hoffman 2f6b3d4ed1 m.message 2024-04-25 22:10:08 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ function Widget() {
// TODO: Sign and send a message to the forum-api bot / to a room in matrix
const registerMatrixIdentity = async () => {
await widgetApi.current.sendRoomEvent('m.message', 'test message');
await widgetApi.current.sendRoomEvent('m.room.message', 'test message');
};
/* -------------------------------------------------------------------------------- */