added an endpoint for getting unread notification count
authorMaksim Pechnikov <parallel588@gmail.com>
Wed, 15 Apr 2020 18:19:43 +0000 (21:19 +0300)
committerMaksim Pechnikov <parallel588@gmail.com>
Wed, 15 Apr 2020 18:19:43 +0000 (21:19 +0300)
commit4b3b1fec4e57bd07ac75700bf34cd188ce43b545
treeaa8ea05fa7740b34fe80edf77e448fa0cda7e445
parentb1c1d2e5e1e1c43a068a7223f9ba69c689c878a3
added an endpoint for getting unread notification count
CHANGELOG.md
docs/API/differences_in_mastoapi_responses.md
lib/pleroma/marker.ex
lib/pleroma/notification.ex
lib/pleroma/web/mastodon_api/views/marker_view.ex
mix.lock
priv/repo/migrations/20200415181818_update_markers.exs [new file with mode: 0644]
test/marker_test.exs
test/notification_test.exs
test/web/mastodon_api/controllers/marker_controller_test.exs
test/web/mastodon_api/views/marker_view_test.exs