mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Show Inbox before Sent Items
This commit is contained in:
parent
2265c046ba
commit
191d454589
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ class UserAction < ActiveRecord::Base
|
|||
GOT_PRIVATE_MESSAGE = 13
|
||||
|
||||
ORDER = Hash[*[
|
||||
NEW_PRIVATE_MESSAGE,
|
||||
GOT_PRIVATE_MESSAGE,
|
||||
NEW_PRIVATE_MESSAGE,
|
||||
BOOKMARK,
|
||||
NEW_TOPIC,
|
||||
REPLY,
|
||||
|
|
Loading…
Reference in a new issue