Per-user reblog hiding implementation/fixes/tests
Note that this will only hide/show *future* reblogs by a user, and does nothing to remove/add reblogs that are already in the timeline. I don't think that's a particularly confusing behavior, and it's a lot easier to implement (similar to mutes, I believe).
This commit is contained in:
@@ -29,7 +29,7 @@ class NotifyService < BaseService
|
||||
end
|
||||
|
||||
def blocked_reblog?
|
||||
false
|
||||
@recipient.muting_reblogs?(@notification.from_account)
|
||||
end
|
||||
|
||||
def blocked_follow_request?
|
||||
|
Reference in New Issue
Block a user