mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 22:35:03 +08:00
FEATURE: Allow the base font size to be changed on a per-user basis (#6859)
This commit is contained in:
@ -23,7 +23,8 @@ class UserOptionSerializer < ApplicationSerializer
|
||||
:theme_key_seq,
|
||||
:allow_private_messages,
|
||||
:homepage_id,
|
||||
:hide_profile_and_presence
|
||||
:hide_profile_and_presence,
|
||||
:text_size
|
||||
|
||||
def auto_track_topics_after_msecs
|
||||
object.auto_track_topics_after_msecs || SiteSetting.default_other_auto_track_topics_after_msecs
|
||||
|
Reference in New Issue
Block a user