Replies: 1 comment
-
|
Closing this as this requirement is not needed anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for this fantastic library!
In my test application, I can handle history sync messages and then all the new incoming messages. I store those into a sqlite DB.
Now, I want to store the messages sent via the library also into the same table.
The messages that I send from my mobile phone (same as linked device for this library), the client gets "MessageEv" and I can save message into the DB. Thus history of my chat is preserved correctly.
But the messages I send from code using this library need to be saved as well.
What is the suggested/recommended way to do so?
Thanks
The schema of my tables is:
Beta Was this translation helpful? Give feedback.
All reactions