Added logging for uploaded images (#1712)

A list of uploaded images are stored under the message logs directory as a csv file
This commit is contained in:
Paweł
2020-06-13 14:53:09 +02:00
committed by GitHub
parent 1eeb09a78e
commit a2f2cac3fd
2 changed files with 73 additions and 27 deletions
+1
View File
@@ -8,6 +8,7 @@ namespace chatterino {
struct RawImageData {
QByteArray data;
QString format;
QString filePath;
};
void upload(QByteArray imageData, ChannelPtr channel,