]> cat aescling's git repositories - mastodon.git/commit
Do not push DMs into the home feed (#8940)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 10 Oct 2018 23:31:03 +0000 (01:31 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 23:31:03 +0000 (01:31 +0200)
commit87fdd139b890e60f752bf71e3b09d79eaefcf7b5
tree16f65da67dabe51ac5f9418b2f924fb102284d60
parent790d3bc6370f1baf0d00ccf89e81387204c65194
Do not push DMs into the home feed (#8940)

* Do not push DMs into the home feed

* Show DMs column after sending a DM, if DMs column is not already shown
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/conversations.js
app/javascript/mastodon/features/compose/components/compose_form.js
app/javascript/mastodon/features/compose/components/upload.js
app/javascript/mastodon/features/compose/containers/compose_form_container.js
app/javascript/mastodon/features/compose/containers/upload_container.js
app/javascript/mastodon/features/direct_timeline/index.js
app/javascript/mastodon/reducers/conversations.js
app/services/batched_remove_status_service.rb
app/services/fan_out_on_write_service.rb
app/services/remove_status_service.rb