2.13
Models/Thread.php
Fixed
- internal functionality of
participantsUserIds()
,isUnread()
,participantsString()
, anduserUnreadMessages()
. fixes #154, #159
Traits/Messagable.php
Fixed
- internal functionality of
threadsWithNewMessages()
, andnewThreadsCount()
Examples
Changed
- all view files (blade syntax)
Tests
Added
- added additional test coverage to
EloquentThreadTest.php
andMessagableTraitTest.php