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:
parent
44d6db4f45
commit
1cdf90f1c7
@ -70,6 +70,7 @@ class PastebinClient(QObject):
|
||||
'text': text,
|
||||
'title': title,
|
||||
'name': name,
|
||||
'apikey': 'ihatespam',
|
||||
}
|
||||
if parent is not None:
|
||||
data['reply'] = parent
|
||||
|
Loading…
Reference in New Issue
Block a user