mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
This reverts commit 0a1a07fff8e199aafba551a80e67e17019d5f390.
This commit is contained in:
@ -59,7 +59,6 @@ after_initialize do
|
||||
|
||||
Guardian.prepend Chat::GuardianExtensions
|
||||
UserNotifications.prepend Chat::UserNotificationsExtension
|
||||
Notifications::ConsolidationPlan.prepend Chat::NotificationConsolidationExtension
|
||||
UserOption.prepend Chat::UserOptionExtension
|
||||
Category.prepend Chat::CategoryExtension
|
||||
Reviewable.prepend Chat::ReviewableExtension
|
||||
@ -473,10 +472,6 @@ after_initialize do
|
||||
)
|
||||
|
||||
register_bookmarkable(Chat::MessageBookmarkable)
|
||||
|
||||
register_notification_consolidation_plan(
|
||||
Chat::NotificationConsolidationExtension.chat_message_plan,
|
||||
)
|
||||
end
|
||||
|
||||
if Rails.env == "test"
|
||||
|
Reference in New Issue
Block a user