]> cat aescling's git repositories - mastodon.git/commit
Cleaning up format of broadcast real-time messages, removing
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Feb 2017 23:03:31 +0000 (00:03 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Feb 2017 23:03:31 +0000 (00:03 +0100)
commitd9ca46b464dc5a5eb0ad308809c15a79dcd17ada
tree481d65b29b53d84314f7783c1eb0f4b122e7a7ef
parent1da0ce5c7cf6a5b90e28a810c8b3ef4003239383
Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
17 files changed:
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/hashtag_timeline/index.jsx
app/assets/javascripts/components/features/mentions_timeline/index.jsx [deleted file]
app/assets/javascripts/components/features/public_timeline/index.jsx
app/channels/application_cable/channel.rb
app/controllers/api/v1/timelines_controller.rb
app/lib/feed_manager.rb
app/models/status.rb
app/services/fan_out_on_write_service.rb
app/services/notify_service.rb
app/services/remove_status_service.rb
config/routes.rb
docs/Using-the-API/API.md
docs/Using-the-API/Push-notifications.md
lib/tasks/mastodon.rake
spec/controllers/api/v1/timelines_controller_spec.rb
spec/services/fan_out_on_write_service_spec.rb