mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 04:24:22 +00:00
e95bdec7c5
- Use statuses controller for embeds instead of stream entries controller - Prefer /@:username/:id/embed URL for embeds - Use /@:username as author_url in OEmbed - Add follow link to embeds which opens web intent in new window - Use redis cache in development - Cache entire embed
4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
- cache @stream_entry.activity do
|
|
.activity-stream.activity-stream-headless
|
|
= render "stream_entries/#{@type}", @type.to_sym => @stream_entry.activity, centered: true
|