Add basic mastodon notification support.
authorRoger Braun <roger@rogerbraun.net>
Mon, 11 Sep 2017 14:15:28 +0000 (16:15 +0200)
committerRoger Braun <roger@rogerbraun.net>
Mon, 11 Sep 2017 16:53:19 +0000 (18:53 +0200)
commit61adf676d56db274cb4688a137787e8806e77be9
treee611c2be85343be893156abe127731101bf4f85f
parent7616b202ea6ab9cd2db107eea59aba1393f4f996
Add basic mastodon notification support.
lib/pleroma/activity.ex
lib/pleroma/notification.ex [new file with mode: 0644]
lib/pleroma/user.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/router.ex
priv/repo/migrations/20170911123607_create_notifications.exs [new file with mode: 0644]
test/notification_test.exs [new file with mode: 0644]