mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 01:17:16 +08:00
FEATURE: Allow overriding text size from a different device (#6955)
This brings the feature in line with the theme selection system
This commit is contained in:
@ -24,7 +24,8 @@ class UserOptionSerializer < ApplicationSerializer
|
||||
:allow_private_messages,
|
||||
:homepage_id,
|
||||
:hide_profile_and_presence,
|
||||
:text_size
|
||||
:text_size,
|
||||
:text_size_seq
|
||||
|
||||
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