Add support for fediverse:creator OpenGraph tag (#30398)
				
					
				
			This commit is contained in:
		@@ -157,9 +157,9 @@ class Status < ApplicationRecord
 | 
			
		||||
                   :status_stat,
 | 
			
		||||
                   :tags,
 | 
			
		||||
                   :preloadable_poll,
 | 
			
		||||
                   preview_cards_status: [:preview_card],
 | 
			
		||||
                   preview_cards_status: { preview_card: { author_account: [:account_stat, user: :role] } },
 | 
			
		||||
                   account: [:account_stat, user: :role],
 | 
			
		||||
                   active_mentions: { account: :account_stat },
 | 
			
		||||
                   active_mentions: :account,
 | 
			
		||||
                   reblog: [
 | 
			
		||||
                     :application,
 | 
			
		||||
                     :tags,
 | 
			
		||||
@@ -167,11 +167,11 @@ class Status < ApplicationRecord
 | 
			
		||||
                     :conversation,
 | 
			
		||||
                     :status_stat,
 | 
			
		||||
                     :preloadable_poll,
 | 
			
		||||
                     preview_cards_status: [:preview_card],
 | 
			
		||||
                     preview_cards_status: { preview_card: { author_account: [:account_stat, user: :role] } },
 | 
			
		||||
                     account: [:account_stat, user: :role],
 | 
			
		||||
                     active_mentions: { account: :account_stat },
 | 
			
		||||
                     active_mentions: :account,
 | 
			
		||||
                   ],
 | 
			
		||||
                   thread: { account: :account_stat }
 | 
			
		||||
                   thread: :account
 | 
			
		||||
 | 
			
		||||
  delegate :domain, to: :account, prefix: true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user