mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FEATURE: Add user preference for title counter mode (#7364)
This commit is contained in:
@ -286,7 +286,8 @@ const User = RestModel.extend({
|
||||
"allow_private_messages",
|
||||
"homepage_id",
|
||||
"hide_profile_and_presence",
|
||||
"text_size"
|
||||
"text_size",
|
||||
"title_count_mode"
|
||||
];
|
||||
|
||||
if (fields) {
|
||||
|
Reference in New Issue
Block a user