-
Notifications
You must be signed in to change notification settings - Fork 314
Adds ability to use any Laravel model as Chat participant #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9d02067 to
44a29e2
Compare
b92b49f to
e1dd24d
Compare
fae3000 to
8e485c1
Compare
…into model-transformers
* Adding data transformers * Apply fixes from StyleCI (#201) * Adding data transformers
|
Thanks @simonj I feel there is a little more cleanup to do before release. You can use the candidate release here https://github.com/musonza/chat/releases/tag/v4.0.0-rc4. Nothing major will change for |
|
Thanks a lot! will try that tonight after work. are you on discord in the Laravel channel :)? Would love to chat |
|
@simonj yes I am look for |
|
Thanks I will test with that
…On Sun, Nov 3, 2019 at 4:01 PM Simon ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/Models/Conversation.php
<#163 (comment)>:
> + return $paginator
+ ->orderBy('c.updated_at', 'DESC')
+ ->orderBy('c.id', 'DESC')
+ ->distinct('c.id')
Am using mysql 8.0
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#163?email_source=notifications&email_token=AA2K3ZEYWCYISYDB32MI2W3QR432NA5CNFSM4I52C3YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDQO3I#discussion_r341872205>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2K3ZEPXJ3PXWOUWH4UAPDQR432NANCNFSM4I52C3YA>
.
|
|
I can't find you on discord btw :P Can you add me |
…a/chat into multiple-model-recipients
|
@simonj try the new candidate release and let me know if it works. Also i have added you on discord |
Checklist
Demo
https://github.com/musonza/chat-demo/tree/multiple-model-recipients
Release Candidate
https://github.com/musonza/chat/releases/tag/v4.0.0-rc6