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:
@@ -8,6 +8,7 @@ namespace chatterino {
|
||||
struct RawImageData {
|
||||
QByteArray data;
|
||||
QString format;
|
||||
QString filePath;
|
||||
};
|
||||
|
||||
void upload(QByteArray imageData, ChannelPtr channel,
|
||||
|
||||
Reference in New Issue
Block a user