mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-21 04:14:04 +01:00
Fix newline split
This commit is contained in:
parent
eda4ee9136
commit
a39c911251
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||||
|
|
||||||
process_status_params
|
process_status_params
|
||||||
|
|
||||||
raise Mastodon::RejectPayload if MediaAttachment.where(id: @params[:media_attachment_ids]).where(blurhash: Setting.reject_blurhash.split(/\r\n/).filter(&:present?).uniq).present?
|
raise Mastodon::RejectPayload if MediaAttachment.where(id: @params[:media_attachment_ids]).where(blurhash: Setting.reject_blurhash.split(/\r?\n/).filter(&:present?).uniq).present?
|
||||||
|
|
||||||
process_tags
|
process_tags
|
||||||
process_audience
|
process_audience
|
||||||
|
|
Loading…
Reference in a new issue