rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Linkfy - cannot click on links, see html code in chat. #121

Closed Thorski closed 5 years ago

Thorski commented 5 years ago

Am I misunderstanding how the linkfyEnabled should work? I was expecting to get a link I could click on in the chat window. Instead I see html with the anchor tag. I repeated this on your demo site.

image

Very nice chat implementation! Thank you!

rpaschoal commented 5 years ago

Hi @Thorski ,

Thank you for reporting this, seems like a bug to me. I'll investigate further and see what is going on and release a patch version to fix this. I've got some planned work on potential minor/major releases that I still have to find some time for it (Quite busy recently =/) but I usually try to release bug patches as quick as I can. Please expect a patch release fixing this in the next couple days max.

I'll notify you here as soon I've released the new version.

Cheers!

rpaschoal commented 5 years ago

Hi @Thorski ,

I've released version 2.0.3 which contains the fix for this bug. You can check the changes I've made here if you are interested #123

Cheers!

Thorski commented 5 years ago

Works great! Thanks!