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:
parent
8169f24072
commit
9af3754bc8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue