add indicator for direct and local-only posts

This commit is contained in:
sk
2023-01-24 08:40:23 -03:00
committed by LucasGGamerM
parent abf801742f
commit 27c34461bf
7 changed files with 30 additions and 11 deletions

View File

@@ -50,6 +50,7 @@ public class Status extends BaseModel implements DisplayItemsParent{
public Card card;
public String language;
public String text;
public boolean localOnly;
public boolean favourited;
public boolean reblogged;