]> cat aescling's git repositories - mastodon.git/commit
"Show reblogs" per-follower UI/database changes
authoraschmitz <aschmitz@lardbucket.org>
Thu, 9 Nov 2017 14:41:10 +0000 (08:41 -0600)
committeraschmitz <aschmitz@lardbucket.org>
Thu, 9 Nov 2017 14:41:10 +0000 (08:41 -0600)
commit49445150202f0bdaae942b9ae1ba44802a1c22e9
tree5d305bb395d7e61ec6b2f0e4b48229ebf216be8d
parent870d71b78be74b7fab4892a79a87aff39b1e2726
"Show reblogs" per-follower UI/database changes

TODO:

* Tests (particularly for FollowRequests).
* Anything to respect the setting when putting reblogs in timelines.
12 files changed:
app/controllers/api/v1/accounts_controller.rb
app/javascript/glitch/components/account/header.js
app/javascript/mastodon/actions/accounts.js
app/javascript/mastodon/components/account.js
app/javascript/mastodon/features/account/components/action_bar.js
app/javascript/mastodon/features/account_timeline/components/header.js
app/javascript/mastodon/features/account_timeline/containers/header_container.js
app/models/concerns/account_interactions.rb
app/models/follow.rb
app/models/follow_request.rb
app/services/follow_service.rb
db/schema.rb