DEV: Plugin instance method for push_notification_filters (#14787)

This commit is contained in:
Mark VanLandingham
2021-11-03 12:21:33 -05:00
committed by GitHub
parent 836c0f5ffe
commit 67265a5045
5 changed files with 36 additions and 24 deletions

View File

@ -91,6 +91,8 @@ class DiscoursePluginRegistry
define_filtered_register :presence_channel_prefixes
define_filtered_register :push_notification_filters
def self.register_auth_provider(auth_provider)
self.auth_providers << auth_provider
end