micos7

Results 6 comments of micos7

I got the components and some code from demo.This is my index in HomeController,first dd 'aaaaa' goes in,second dd is never reached ``` public function index() { dd('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'); $conversations =...

The problem seems to be,when I leave a conversation,the row with the conversation id is deleted in chat_participation table.This action also nukes the participation_id column in chat_messages table of the...

I just installed emmets-snippets-compatibilty plugin.

Got it to work - in the enablePusher function I use ``` window.Echo.private(`mc-chat-conversation.${this.conversation}`) .listen(".Musonza\\Chat\\Eventing\\MessageWasSent", (e) => { console.log(e) this.messages.data.push(e.message); }) ``` Or you could use broadcastAs() function on the events...

I don\`t have a page output it`s a die and dump in a laravel job, the output is in the terminal.

Same issue on Ubuntu 18 and Firefox - on Chrome they show up fine. Here are some solutions (maybe) https://askubuntu.com/questions/1029661/18-04-color-emoji-not-showing-up-at-all-in-chrome-only-partially-in-firefox