Remove: メディアを配送しない設定の削除 (#445)

This commit is contained in:
KMY(雪あすか) 2024-01-11 09:16:59 +09:00 committed by GitHub
parent 92a16218c9
commit 407a53aa33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 7 additions and 23 deletions

View file

@ -69,7 +69,6 @@ class DomainBlock < ApplicationRecord
reject_favourite? ? :reject_favourite : nil,
reject_reply? ? :reject_reply : nil,
reject_reply_exclude_followers? ? :reject_reply_exclude_followers : nil,
reject_send_media? ? :reject_send_media : nil,
reject_send_sensitive? ? :reject_send_sensitive : nil,
reject_hashtag? ? :reject_hashtag : nil,
reject_straight_follow? ? :reject_straight_follow : nil,