Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Fix prevent duplicate messages #49

Closed SQL-MisterMagoo closed 5 years ago

SQL-MisterMagoo commented 5 years ago

Fixes #45 There are strange occasions when we see the same message many times - I don't know if it is because the message is in our list multiple times or a visual glitch due to some problem with the render tree diff.

This small fix will ensure it's not duplicates in our message list.

SQL-MisterMagoo commented 5 years ago

As long as this builds I will merge as it is a tiny change that I have been using for days.