mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 11:31:12 +01: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
3 lines
173 B
Text
3 lines
173 B
Text
- cache @stream_entry.activity do
|
|
.activity-stream.activity-stream-headless
|
|
= render "stream_entries/#{@type}", @type.to_sym => @stream_entry.activity, centered: true
|