mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Mark All as Read button for Notifications page
Added a Mark All as Read button to the top/bottom of the notifications user page https://meta.discourse.org/t/possibility-to-selectively-or-completely-mark-notifications-as-read/20227 Remove notifications property (no longer used)
This commit is contained in:
@@ -285,6 +285,7 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get "notifications" => "notifications#recent"
|
||||
get "notifications/history" => "notifications#history"
|
||||
put "notifications/reset-new" => 'notifications#reset_new'
|
||||
|
||||
match "/auth/:provider/callback", to: "users/omniauth_callbacks#complete", via: [:get, :post]
|
||||
match "/auth/failure", to: "users/omniauth_callbacks#failure", via: [:get, :post]
|
||||
|
||||
Reference in New Issue
Block a user