This commit is contained in:
Lorenz Diener 2018-06-05 17:37:44 +02:00
commit fd21e573e3

Veure arxiu

@ -1588,7 +1588,7 @@ class Mastodon:
### ###
def push_subscription_generate_keys(self): def push_subscription_generate_keys(self):
""" """
Generates a private key, public key and shared secret for use in webpush subscriptionss. Generates a private key, public key and shared secret for use in webpush subscriptions.
Returns two dicts: One with the private key and shared secret and another with the Returns two dicts: One with the private key and shared secret and another with the
public key and shared secret. public key and shared secret.