You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix: Duplicate comment check
If a comment is sent twice and (because of a race condition) both will be stored in the db, this false check will allow that all new comments will be added as separate comments instead of extending the first one!
* get lastest comment first
* Add changelog
* Fix Test
* Add unittests
* more descriptive changelogs
0 commit comments