#842 カスタム絵文字を利用した絵文字リアクションの他サーバーからの受け入れにおいて、カスタム絵文字のuriだけ指定されたActivityに対応する
This commit is contained in:
parent
3277819b62
commit
fe0a995867
5 changed files with 92 additions and 19 deletions
|
@ -14,6 +14,7 @@ namespace :dangerous do
|
|||
end
|
||||
|
||||
target_migrations = %w(
|
||||
20240912234211
|
||||
20240828123604
|
||||
20240709063700
|
||||
20240426233435
|
||||
|
@ -189,6 +190,7 @@ namespace :dangerous do
|
|||
index_statuses_on_conversation_id
|
||||
index_preview_cards_vacuum
|
||||
index_media_attachments_vacuum
|
||||
index_custom_emojis_on_uri
|
||||
)
|
||||
|
||||
prompt.say 'Processing...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue