Merge pull request #1153 from metamaps/feature/follow.created
follow created maps as default setting
This commit is contained in:
commit
1ac06d973c
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