main #4

Merged
oat merged 68 commits from :main into main 2022-12-03 14:59:04 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e617ee7fd9 - Show all commits

View File

@ -13,6 +13,7 @@
= opengraph 'og:title', "#{display_name(@account)} (#{acct(@account)})"
= opengraph 'og:url', short_account_status_url(@account, @status)
= opengraph 'og:published_time', @status.created_at.iso8601
= opengraph 'profile:username', acct(@account)[1..-1]
= render 'og_description', activity: @status
= render 'og_image', activity: @status, account: @account