mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Return more notifications in the user menu
This commit is contained in:
parent
d18b02d53b
commit
9f50f70670
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class NotificationsController < ApplicationController
|
|||
def index
|
||||
user = current_user
|
||||
if params[:recent].present?
|
||||
notifications = Notification.recent_report(current_user, 10)
|
||||
notifications = Notification.recent_report(current_user, 15)
|
||||
|
||||
if notifications.present?
|
||||
# ordering can be off due to PMs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue