Commit ba32656f authored by Randall Leeds's avatar Randall Leeds

Default visibility private

parent 1bba4298
......@@ -62,6 +62,7 @@ privacy = ['$window', ($window) ->
controller.$render = ->
unless controller.$modelValue.read.length
name = storage.getItem VISIBILITY_KEY
name ?= VISIBILITY_PRIVATE
level = getLevel(name)
controller.$setViewValue level
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment