You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .sendColor property is useful for distinguishing different types of messages.
Currently I'm changing the .sendColor before sending a message depending on what kind of message it is.
The problem is that I want the conversation to be persistent, so i save and load the conversation, but the .sendColor is not persisted.
What I would like is the that the .getAllMessages() method returned and array like this:
The
.sendColor
property is useful for distinguishing different types of messages.Currently I'm changing the
.sendColor
before sending a message depending on what kind of message it is.The problem is that I want the conversation to be persistent, so i save and load the conversation, but the
.sendColor
is not persisted.What I would like is the that the
.getAllMessages()
method returned and array like this:And the
.loadMessages()
would accept an array like this, and apply the colors.The text was updated successfully, but these errors were encountered: