follow created maps as default setting

if you are the map creator, we'd like to set you up to be following it by default
This commit is contained in:
Connor Turland 2017-10-15 14:07:11 -04:00 committed by GitHub
parent 8169f24072
commit 9af3754bc8

View file

@ -23,7 +23,7 @@ class UserPreference
def initialize_follow_settings
@follow_topic_on_created = false
@follow_topic_on_contributed = false
@follow_map_on_created = false
@follow_map_on_created = true
@follow_map_on_contributed = false
end
end