mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Show Inbox before Sent Items
This commit is contained in:
parent
2265c046ba
commit
191d454589
@ -21,8 +21,8 @@ class UserAction < ActiveRecord::Base
|
|||||||
GOT_PRIVATE_MESSAGE = 13
|
GOT_PRIVATE_MESSAGE = 13
|
||||||
|
|
||||||
ORDER = Hash[*[
|
ORDER = Hash[*[
|
||||||
NEW_PRIVATE_MESSAGE,
|
|
||||||
GOT_PRIVATE_MESSAGE,
|
GOT_PRIVATE_MESSAGE,
|
||||||
|
NEW_PRIVATE_MESSAGE,
|
||||||
BOOKMARK,
|
BOOKMARK,
|
||||||
NEW_TOPIC,
|
NEW_TOPIC,
|
||||||
REPLY,
|
REPLY,
|
||||||
|
Loading…
Reference in New Issue
Block a user