fabianonline / telegram_backup

Java app to download all your telegram data.
GNU General Public License v3.0
447 stars 91 forks source link

No formatting (bold, italic, etc.) preserved? #102

Open DexyZ opened 6 years ago

DexyZ commented 6 years ago

I was going to write about it in #15 or #101, but it seems to me that the issue is with SQLite rather than HTML. The database stores plain text messages and does not preserve markup for **bold** or __italic__, does it?

fabianonline commented 6 years ago

Yes, it does. But it also saves the raw message object in the column data(or whatever name I gave it, I'm too lazy to look it up right now). So it's not gone. I "just" have to add code to the exporter to display these styles as well...