mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Use virtual dom framework for faster post rendering
This commit is contained in:
@@ -19,7 +19,8 @@ export default {
|
||||
"post_types":{
|
||||
"regular":1,
|
||||
"moderator_action":2,
|
||||
"small_action":3
|
||||
"small_action":3,
|
||||
"whisper":4
|
||||
},
|
||||
"group_names":[
|
||||
"admins",
|
||||
|
||||
Reference in New Issue
Block a user