Feature/1072 muting notifications
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Sun, 14 Jul 2019 13:29:31 +0000 (13:29 +0000)
committerkaniini <ariadne@dereferenced.org>
Sun, 14 Jul 2019 13:29:31 +0000 (13:29 +0000)
commite7c39b7ac8f0462ab563d3cf51f24c76feab0e8d
treec1de518adad818122896794f646c679db91f5538
parent9f211838eca3793bac8bbb6b64f200a8a6c8d29f
Feature/1072 muting notifications
13 files changed:
CHANGELOG.md
lib/pleroma/notification.ex
lib/pleroma/user.ex
lib/pleroma/user/info.ex
lib/pleroma/web/mastodon_api/mastodon_api.ex
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/web/twitter_api/twitter_api_controller.ex
priv/repo/migrations/20190711042024_copy_muted_to_muted_notifications.exs [new file with mode: 0644]
test/notification_test.exs
test/user_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/twitter_api/twitter_api_controller_test.exs