]> cat aescling's git repositories - mastodon.git/commit
Prevent silenced local users from notifying remote users not following them (#10575)
authorThibG <thib@sitedethib.com>
Thu, 9 May 2019 20:05:43 +0000 (22:05 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 9 May 2019 20:05:43 +0000 (22:05 +0200)
commit62f5235b6f906a3336292a1a3afa222084de9a97
tree20ddb66eaa86ed505d7871c59536c3da51f8e56b
parent26fc21c18844802652ff1f5910acaa91ebe19de4
Prevent silenced local users from notifying remote users not following them (#10575)

* Prevent silenced local users from notifying remote users not following them

This is an attempt to extend the local restrictions of silenced users to the
federation.

* Add tests

* Add tests for making sure private status don't get sent over OStatus
app/lib/activitypub/tag_manager.rb
spec/lib/activitypub/tag_manager_spec.rb
spec/services/process_mentions_service_spec.rb