Notifications: Make notifications save their type.
authorlain <lain@soykaf.club>
Tue, 2 Jun 2020 11:24:34 +0000 (13:24 +0200)
committerlain <lain@soykaf.club>
Tue, 2 Jun 2020 11:24:34 +0000 (13:24 +0200)
commit805ab86933d90d4284c83e4a8ebfd6bf4b0395b3
tree318eeb46110261b6bb2254ecc6f9e6e8831ea963
parent8e1db6a8352754fd70c51ab8527b71180aa15a5b
Notifications: Make notifications save their type.
lib/pleroma/following_relationship.ex
lib/pleroma/notification.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/api_spec/operations/notification_operation.ex
lib/pleroma/web/common_api/common_api.ex
lib/pleroma/web/mastodon_api/views/notification_view.ex
priv/repo/migrations/20200602094828_add_type_to_notifications.exs [new file with mode: 0644]
test/notification_test.exs