mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-16 23:53:52 -05:00
[Glitch] Fix user settings migration script failing in some cases
This commit is contained in:
parent
bfe46d08f9
commit
251c5ed22e
@ -24,7 +24,7 @@ class MoveGlitchUserSettings < ActiveRecord::Migration[6.1]
|
||||
end
|
||||
|
||||
def value
|
||||
YAML.safe_load(self[:value], permitted_classes: [ActiveSupport::HashWithIndifferentAccess]) if self[:value].present?
|
||||
YAML.safe_load(self[:value], permitted_classes: [ActiveSupport::HashWithIndifferentAccess, Symbol]) if self[:value].present?
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user