support akkoma local visibility

This commit is contained in:
sk
2023-01-25 12:54:35 +01:00
parent 5ed80ca40a
commit 0d30cd973e
7 changed files with 25 additions and 9 deletions

View File

@@ -99,6 +99,7 @@ public class ExtendedFooterStatusDisplayItem extends StatusDisplayItem{
case UNLISTED -> R.drawable.ic_fluent_people_community_20_regular;
case PRIVATE -> R.drawable.ic_fluent_people_checkmark_20_regular;
case DIRECT -> R.drawable.ic_fluent_mention_20_regular;
case LOCAL -> R.drawable.ic_fluent_eye_20_regular;
});
}