mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix interaction policy changes in implicit updates not being saved (#35751)
This commit is contained in:
parent
69ee043f9d
commit
258e5c4938
2 changed files with 18 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
|||
end
|
||||
|
||||
def update_interaction_policies!
|
||||
@status.quote_approval_policy = @status_parser.quote_policy
|
||||
@status.update(quote_approval_policy: @status_parser.quote_policy)
|
||||
end
|
||||
|
||||
def update_media_attachments!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue