Today I tested Realtim for the first time in my local development envirnoment.
It partially works:
- When creating a discussion in from the All Discussions page then I get this error (on both sides, the creating user and the other user that should receive the new discussion in realtime):
Uncaught TypeError: t.subscription is not a function websocketEventPosted NewActivity.js:44
- When creating the discussion inside of a tag (and also opening that tag for the other user) I see a message coming in in the console :
["Event recd",{"event":"Flarum\\Discussion\\Event\\Started","channel":"private-user=1","data":{"data":{"type":"discussions","id":"52","attributes":...
but the discussions doesn't appear in the UI.
The flarum/subscriptions
extension is enabled.