mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +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:
@ -502,14 +502,6 @@ describe Auth::DefaultCurrentUserProvider do
|
||||
expect(u.last_seen_at).to eq(nil)
|
||||
end
|
||||
end
|
||||
|
||||
it "defers any at_desktop bookmark reminders" do
|
||||
BookmarkReminderNotificationHandler.expects(:defer_at_desktop_reminder).with(
|
||||
user: user, request_user_agent: 'test'
|
||||
)
|
||||
provider2 = provider("/", "HTTP_COOKIE" => "_t=#{unhashed_token}", "HTTP_USER_AGENT" => 'test')
|
||||
provider2.current_user
|
||||
end
|
||||
end
|
||||
|
||||
it "should update last seen for non ajax" do
|
||||
|
Reference in New Issue
Block a user