[#1335] Implemented notification mutes and reblog mutes as UserRelationships. User...
authorIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 19 Nov 2019 20:22:10 +0000 (23:22 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 19 Nov 2019 20:22:10 +0000 (23:22 +0300)
commitba5cc3016514080b4bf7eaefd3e25936c0e222ba
tree799e826ee738487fcf758fd966cff263f8b491db
parent3aaf3aa2c24c6b38d7e49e4861c1294c285db49b
[#1335] Implemented notification mutes and reblog mutes as UserRelationships. User to UserRelationship relations and functions refactoring.
21 files changed:
lib/pleroma/notification.ex
lib/pleroma/user.ex
lib/pleroma/user_relationship.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/common_api/common_api.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/mastodon_api.ex
lib/pleroma/web/streamer/worker.ex
test/conversation/participation_test.exs
test/notification_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/transmogrifier/follow_handling_test.exs
test/web/common_api/common_api_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/notification_controller_test.exs
test/web/mastodon_api/controllers/status_controller_test.exs
test/web/mastodon_api/controllers/timeline_controller_test.exs
test/web/mastodon_api/views/account_view_test.exs
test/web/mastodon_api/views/status_view_test.exs
test/web/streamer/streamer_test.exs