Merge pull request #1153 from metamaps/feature/follow.created

follow created maps as default setting
This commit is contained in:
Connor Turland 2017-10-15 14:08:04 -04:00 committed by GitHub
commit 1ac06d973c

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