Change: #955 フィルターアクションの「アカウント名だけを出し、本文は警告で隠す」を削除し、外観設定に移動 (#970)

* Remove: #955 フィルターのアクション`half_warn`

* Add: 「フィルター対象投稿の投稿者名やアイコンを表示する」設定

* Fix test
This commit is contained in:
KMY(雪あすか) 2025-01-23 19:18:40 +09:00 committed by GitHub
parent 22bf14e9f0
commit 67064de265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 49 additions and 45 deletions

View file

@ -2,7 +2,7 @@
module Mastodon
module Version
KMYBLUE_API_VERSION = 1
KMYBLUE_API_VERSION = 2
module_function

View file

@ -14,6 +14,7 @@ namespace :dangerous do
end
target_migrations = %w(
20250123091137
20241208232829
20240828123604
20240709063700