mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-18 12:33:04 -05:00
Missing .freeze on collection_update reference in notification.rb (#38628)
This commit is contained in:
@@ -85,7 +85,7 @@ class Notification < ApplicationRecord
|
||||
}.freeze,
|
||||
collection_update: {
|
||||
filterable: false,
|
||||
},
|
||||
}.freeze,
|
||||
}.freeze
|
||||
|
||||
TYPES = PROPERTIES.keys.freeze
|
||||
|
||||
Reference in New Issue
Block a user