You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
How to run action cable in pop3 server ?? when email receive ticket is created and i want to send ticket to front end, real time update with the help of action cable I create a channel 'ticket' and run this command "ActionCable.server.broadcast('ticket', ticket: ticket)" But it return nill.