Reforced
Reforced
Issue still present in version 4.0.6. Breaks HTML validity as multiple id's (`id="isPasted"`) are present depending on how many times is being copy-pasted in the editor.
I've created a work-around; if you add the event below to the Froala configuration, it will remove all instances of `id="isPasted"`. ``` events: { 'html.get': function (html) { return html.replace(/id="isPasted"/g,'');...
+1 `bot.getUsers()` will be filled with all users since the bot joins a room; also the user-join event doesn't get triggered anymore. Made a quick fix myself by replacing `case...