Hi, recently i started ts server on my machine and i don’t understand why messages of channel is stored only in user cache, is where any guide how to store chat logs in database (if it’s possible)? I see table “messages” is sqlite3 database, but its empty
This is by design. Messages are not persisted on the server. And I don’t think the server can even see unencrypted messages as they are E2EE, thus they also need to be encrypted per recipient and server persistence would not be useful.
If I remember correctly, the messages table should be for the so called offline messages.
So, where is no way to overcome ts services lags? Because messages with pics are not sending at all
Ah, well that is something else. The support for images in server chats is relatively new. Images are not sent through the server but uploaded to myTS and then only some identifiers are sent through the server. At the moment myTS has some stability problems with the amount of new users from Turkey and Russia.
Ok, thank you a lot!