Mastodon API: Support push subscription CRUD
authorMartin Kühl <martin.kuehl@gmail.com>
Tue, 18 Sep 2018 09:56:46 +0000 (11:56 +0200)
committerMartin Kühl <martin.kuehl@gmail.com>
Sat, 22 Sep 2018 05:04:01 +0000 (07:04 +0200)
commitd94ee5cd50005a947c3c3a734b086fd5cd266c8d
treed10a745b7d18c00b26fc457f274a61f6385d6ac8
parentc2d592c9c5db8e0392948d5fc589761f482fc4f7
Mastodon API: Support push subscription CRUD
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/views/push_subscription_view.ex [new file with mode: 0644]
lib/pleroma/web/push/subscription.ex [new file with mode: 0644]
lib/pleroma/web/router.ex
priv/repo/migrations/20180918182427_create_push_subscriptions.exs [new file with mode: 0644]