Merge branch '1364-notifications-sending-control' into 'develop'
authorrinpatch <rinpatch@sdf.org>
Wed, 25 Mar 2020 18:00:24 +0000 (18:00 +0000)
committerrinpatch <rinpatch@sdf.org>
Tue, 31 Mar 2020 10:39:58 +0000 (13:39 +0300)
commit0e92aa0025fbdb268735502cae0a434558e290c5
tree16f298d7a16c75bdfc968cbbd6c8e1260478f08b
parentbb49d8f5a0dbbad65a8f65a28cc2d0847b518067
Merge branch '1364-notifications-sending-control' into 'develop'

[#1364] Ability to opt-out of notifications (in all clients)

Closes #1364

See merge request pleroma/pleroma!2301
12 files changed:
config/description.exs
lib/pleroma/activity.ex
lib/pleroma/notification.ex
lib/pleroma/thread_mute.ex
lib/pleroma/user.ex
lib/pleroma/user_relationship.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/streamer/worker.ex
test/notification_test.exs
test/user_test.exs