I use Atlas Layer to make a chat between an app user on one side and a support user on another side. Everything works great. But I need to have a welcome message from support side when user starts to chat for the first time. And I don't understand is it possible?
I looked Atlas demo code with mock objects as LYRClientMock
, LYRConversationMock
etc, and I tried to use them to built my welcome message. But all this stuff work in its mock-space.
So, I have an ATLConversationViewController
subclass, where I create a conversation with support and I want to see an additional message at the top of conversation.