Commit d7a39ffa authored by RawKStar77's avatar RawKStar77

Change 'Private' privacy option to 'Only Me.'

parent 97991ee9
...@@ -77,7 +77,7 @@ markdown = ['$filter', '$timeout', ($filter, $timeout) -> ...@@ -77,7 +77,7 @@ markdown = ['$filter', '$timeout', ($filter, $timeout) ->
privacy = -> privacy = ->
levels = ['Public', 'Private'] levels = ['Public', 'Only Me']
link: (scope, elem, attrs, controller) -> link: (scope, elem, attrs, controller) ->
return unless controller? return unless controller?
...@@ -88,7 +88,7 @@ privacy = -> ...@@ -88,7 +88,7 @@ privacy = ->
if 'group:__world__' in (permissions.read or []) if 'group:__world__' in (permissions.read or [])
'Public' 'Public'
else else
'Private' 'Only Me'
controller.$parsers.push (privacy) -> controller.$parsers.push (privacy) ->
return unless privacy? return unless privacy?
......
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