mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:05:24 +08:00
Add mapping for Discourse solved
This basically reserved user action 15 for Discourse solved.
This commit is contained in:
parent
26db5d4c11
commit
1939104d46
|
@ -18,6 +18,7 @@ class UserAction < ActiveRecord::Base
|
|||
NEW_PRIVATE_MESSAGE = 12
|
||||
GOT_PRIVATE_MESSAGE = 13
|
||||
PENDING = 14
|
||||
SOLVED = 15
|
||||
|
||||
ORDER = Hash[*[
|
||||
GOT_PRIVATE_MESSAGE,
|
||||
|
@ -31,7 +32,8 @@ class UserAction < ActiveRecord::Base
|
|||
MENTION,
|
||||
QUOTE,
|
||||
BOOKMARK,
|
||||
EDIT
|
||||
EDIT,
|
||||
SOLVED,
|
||||
].each_with_index.to_a.flatten]
|
||||
|
||||
# note, this is temporary until we upgrade to rails 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user