1
0
Fork 0
forked from gitea/nas

Add public_unlisted scope as status privacy

This commit is contained in:
KMY 2023-03-05 13:24:31 +09:00
parent b049e7c502
commit ed3abf4f2a
35 changed files with 64 additions and 39 deletions

View file

@ -98,6 +98,8 @@ module StatusesHelper
fa_icon 'globe fw'
when 'unlisted'
fa_icon 'unlock fw'
when 'public_unlisted'
fa_icon 'cloud fw'
when 'private'
fa_icon 'lock fw'
when 'direct'