Compare commits

..

No commits in common. "e95d7ac91cba14114d80a2e724452d5b2c7548bb" and "6f4b2855a8ccc1469f1a0206d02bf645f467dce1" have entirely different histories.

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.room.message', 'test message');
await widgetApi.current.sendRoomEvent('m.message', 'test message');
};
/* -------------------------------------------------------------------------------- */