mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Remove all code referencing at_desktop bookmark reminders (#9650)
We have found no need for these reminder types, so we are removing the code for them.
This commit is contained in:
@ -124,10 +124,6 @@ class Auth::DefaultCurrentUserProvider
|
||||
u.update_last_seen!
|
||||
u.update_ip_address!(ip)
|
||||
end
|
||||
|
||||
BookmarkReminderNotificationHandler.defer_at_desktop_reminder(
|
||||
user: u, request_user_agent: @request.user_agent
|
||||
)
|
||||
end
|
||||
|
||||
@env[CURRENT_USER_KEY] = current_user
|
||||
|
Reference in New Issue
Block a user