MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

Fixes BC break from 1.0.8 #28

Closed Tofandel closed 4 years ago

Tofandel commented 4 years ago

Fixes the BC break that appeared from commit f52a49247b2d8e975a5a17459fd8031540d45c80

As in my use case myself can have a different id than the one set in messages but still be from myself

MatheusrdSantos commented 4 years ago

Thanks, @Tofandel!