]> cat aescling's git repositories - mastodon.git/commit
Move rendering of JSON payloads for public/hashtag timelines to
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Feb 2017 23:39:17 +0000 (00:39 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Feb 2017 23:39:17 +0000 (00:39 +0100)
commitede04cdb2443fe87a30b393c8dd2a5973dc05770
tree90701ce7738001adfa8ef04c929027784f37dbb6
parentd9ca46b464dc5a5eb0ad308809c15a79dcd17ada
Move rendering of JSON payloads for public/hashtag timelines to
FanOutOnWriteService. The only recipient-specific part on them
is reblogged/favourited. But since only newly created statuses
appear on them, it is safe to assume that both attributes would
be false
app/channels/application_cable/channel.rb
app/services/fan_out_on_write_service.rb