FriendsOfSymfony / FOSMessageBundle

User-to-user messaging bundle for Symfony
356 stars 183 forks source link

How get all user threads #323

Closed kubaceg closed 5 years ago

kubaceg commented 6 years ago

Is there any method which will provide getting all messages with ordering by last message date? At this moment I see only possibility in get inbox and outbox and merge it manually.

hex333ham commented 5 years ago

closing this issue as it's over a year old, please re-open if you've not solved it

I'd imagine this can be solved with a custom database query based upon the user id/username ordered by the last messsage