]> cat aescling's git repositories - mastodon.git/commit
Fix blurhash and autoplay not working on public pages (#11585)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 16 Aug 2019 17:15:05 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2019 17:15:05 +0000 (19:15 +0200)
commite5cee8062f15191d9dd388a65f6caa104abfd559
tree0a55913ac7e3f6535bbf43bac7b3342910e3784b
parent70da6d663078fb7d04aed387ac085afb2e9e2cd2
Fix blurhash and autoplay not working on public pages (#11585)
13 files changed:
app/controllers/home_controller.rb
app/controllers/public_timelines_controller.rb
app/controllers/shares_controller.rb
app/controllers/tags_controller.rb
app/helpers/application_helper.rb
app/serializers/initial_state_serializer.rb
app/views/home/index.html.haml
app/views/layouts/public.html.haml
app/views/public_timelines/show.html.haml
app/views/shares/show.html.haml
app/views/tags/show.html.haml
spec/controllers/home_controller_spec.rb
spec/controllers/shares_controller_spec.rb