Insert text written after last autosave in pp session
This commit is contained in:

committed by
Sebastian Serth

parent
6e0dc9d7bc
commit
914adeed42
@ -38,6 +38,10 @@ class SynchronizedEditorChannel < ApplicationCable::Channel
|
||||
ActionCable.server.broadcast(specific_channel, create_message('connection_status', 'connected'))
|
||||
end
|
||||
|
||||
def current_content(message)
|
||||
ActionCable.server.broadcast(specific_channel, message)
|
||||
end
|
||||
|
||||
def create_message(action, status)
|
||||
{
|
||||
action:,
|
||||
|
Reference in New Issue
Block a user