mirror of
https://github.com/mastodon/mastodon
synced 2024-12-03 01:08:23 +09:00
Fix sort order of values!
This commit is contained in:
parent
94b1f4d586
commit
0edc9f339c
@ -45,8 +45,8 @@ class Setting < ApplicationRecord
|
||||
after_commit :expire_cache, on: %i(destroy)
|
||||
|
||||
self.ignored_columns += %w(
|
||||
thing_type
|
||||
thing_id
|
||||
thing_type
|
||||
)
|
||||
|
||||
class << self
|
||||
|
Loading…
Reference in New Issue
Block a user