zhengfen
zhengfen
I used talk in my sites. just one example bellydance forum: [https://bellydanceforum.com](https://bellydanceforum.com) as I use ajax to fetch messages, I added one line in Message model class ``` protected $appends...
same here..found solution here https://github.com/nahid/talk/issues/100
I had a similar problem with npm install. For the moment I installed the package with yarn. 
solved by: send cropped image blob with axios axios.post(url, fmData)
edit file upload-2.vue: (at line 828) replace ``` new Promise(function(resolve, reject) { let client = new XMLHttpRequest(); client.open('POST', url, true); client.withCredentials = withCredentials; client.onreadystatechange = function() { if (this.readyState !==...