]> cat aescling's git repositories - mastodon.git/commit
Split public timeline into "public timeline" which is local, and
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 19 Feb 2017 19:25:54 +0000 (20:25 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 19 Feb 2017 19:25:54 +0000 (20:25 +0100)
commit4aa5ebe59142eedbb1aa9dad88c608dda9ad8d6c
treefffa7f74235f1a4be559bb26cf1373758f37727c
parent9e99b8c068b11ec2d0f3b5d560cae0166c247342
Split public timeline into "public timeline" which is local, and
"whole known network" which is what public timeline used to be

Only domain blocks with suspend severity will block PuSH subscriptions
Silenced accounts should not appear in conversations unless followed
12 files changed:
app/assets/javascripts/components/actions/compose.jsx
app/assets/javascripts/components/actions/timelines.jsx
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/community_timeline/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/compose/components/drawer.jsx
app/assets/javascripts/components/features/getting_started/index.jsx
app/assets/javascripts/components/features/public_timeline/index.jsx
app/assets/javascripts/components/features/ui/containers/status_list_container.jsx
app/assets/javascripts/components/locales/en.jsx
app/assets/javascripts/components/reducers/timelines.jsx
app/models/domain_block.rb
app/models/status.rb