try logging when receiving a message
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
This commit is contained in:
parent
1f2c82f4aa
commit
c8eb727bed
|
@ -245,6 +245,9 @@ function App() {
|
|||
widgetApi.current = new WidgetApi();
|
||||
const api = widgetApi.current;
|
||||
// api.requestCapability(MatrixCapabilities.)
|
||||
api.on('action:m.message', (ev) => {
|
||||
console.log('action:m.message', ev);
|
||||
});
|
||||
api.start();
|
||||
}, []);
|
||||
|
||||
|
|
Loading…
Reference in New Issue