Hello everyone,
Do anyone knows a method to push discussions, replies etc in realtime without the need to call the Update Discussion
function by Pusher?
Currently - by default, If there is a new discussion on site, Pusher would prompt a message of 1 Updated Discussion
which would then require a click/tap in order for it to appear. So, rather than there is a need to click/tap on the prompt, the activity gets updated in realtime whenever it occurs.
So, if possible, i am looking forward for a method within flarum's recommended practices to modify/add code to get it automatically updated in realtime and eliminate the default function as well as the prompt as it wouldn't be required if its function itself could be automated.
Any idea on implementation?