pastebin: Start sending API key

This is not enforced on the server yet, but this way we can do so after
a few releases (and break crash reports for older releases).
This commit is contained in:
Florian Bruhin 2016-09-01 22:57:35 +02:00
parent 44d6db4f45
commit 1cdf90f1c7

View File

@ -70,6 +70,7 @@ class PastebinClient(QObject):
'text': text,
'title': title,
'name': name,
'apikey': 'ihatespam',
}
if parent is not None:
data['reply'] = parent