mirror of
https://github.com/mastodon/mastodon.git
synced 2026-06-11 10:10:49 -05:00
Missing .freeze on collection_update reference in notification.rb (#38628)
This commit is contained in:
parent
2ef9cceccd
commit
f429019f34
|
|
@ -85,7 +85,7 @@ class Notification < ApplicationRecord
|
|||
}.freeze,
|
||||
collection_update: {
|
||||
filterable: false,
|
||||
},
|
||||
}.freeze,
|
||||
}.freeze
|
||||
|
||||
TYPES = PROPERTIES.keys.freeze
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user