0
0
Fork 0

Add PublicStatusesCheck to Elasticsearch index check on admin dashboard (#26650)

This commit is contained in:
Claire 2023-08-25 12:01:55 +02:00 committed by GitHub
parent c3a42e1280
commit e3825a13c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ class Admin::SystemCheck::ElasticsearchCheck < Admin::SystemCheck::BaseCheck
AccountsIndex,
TagsIndex,
StatusesIndex,
PublicStatusesIndex,
].freeze
def skip?