Change “legacy” non-fast-tracked quote posts to not be displayed as such (#34945)
This commit is contained in:
parent
09208eafa4
commit
3d474807bf
7 changed files with 26 additions and 5 deletions
|
|
@ -233,7 +233,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
|||
|
||||
approval_uri = @status_parser.quote_approval_uri
|
||||
approval_uri = nil if unsupported_uri_scheme?(approval_uri)
|
||||
@quote = Quote.new(account: @account, approval_uri: approval_uri)
|
||||
@quote = Quote.new(account: @account, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?)
|
||||
end
|
||||
|
||||
def process_hashtag(tag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue