Closed daniel-teddy closed 1 year ago
@teddy-webdev simply you can modify idFetchData
method's response to return your specified avatar instead of what Chatify does.
The method available at MessagesController of Chatify, you need to publish the controller to be able to modify. Read the official documentation
I was wondering having a database where each user has a profile_picture, I want to use it as the avatar specified in chatify, anyone can hepl me achieve this ? I see that its being set with javascript after making a request with ajax `$.ajax({ url: url + "/idInfo", method: "POST", data: { _token: csrfToken, id }, dataType: "JSON",