-
Notifications
You must be signed in to change notification settings - Fork 593
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
For Group Chat #413
Comments
@saroar Where did you put this code? Can you share the presenter that manages your message with an avatar? |
@AntonPalich thanks for quick reply http://prntscr.com/hjl2sm https://gist.github.com/saroar/3ce35f1c442ee89e8fa83bbf309d2d9c |
@saroar Do you see avatar at all? If you don't see it, can you check that you set If |
|
if you click this you can see what my i see in my app please see those screen short please |
i need each ur avatar will show my group chat i think it is not possible with Chatto or each user name |
@saroar It's possible. You have a full control over the bubble content. I see that you set avatar placeholder for all incoming messages. If you want to set a user image your message should provide an information that can be used to load an avatar for each incoming message. This information can be a user ID or an URL to an image, it's up to you. The same for outgoing messages. |
Thanks for quick reply |
@AntonPalich how i do know current user id here? so i can show user name or avatar , becz |
thanks everything is working great here is my code working for group chat
|
i am trying to show each user avatar and name on my back-end i did something like this https://github.com/PerfectExamples/Perfect-Chat-Demo/blob/master/Sources/ChatUser.swift
so is it possible if yes please show some code how i can do it thanks advance
i can do something but it does not help me
The text was updated successfully, but these errors were encountered: