Merge branch 'kb_development' into kb_migration

This commit is contained in:
KMY 2023-04-10 14:14:00 +09:00
commit 139030f230
16 changed files with 61 additions and 25 deletions

View file

@ -27,6 +27,10 @@ module HasUserSettings
settings['default_sensitive']
end
def setting_public_post_to_unlisted
settings['public_post_to_unlisted']
end
def setting_unfollow_modal
settings['web.unfollow_modal']
end