refactor(perf): initial optimizations for concurrent requests. Profile now loads faster

This commit is contained in:
LucasGGamerM
2023-02-24 15:55:49 -03:00
parent 1d55354be2
commit 5d11bee59d
2 changed files with 8 additions and 25 deletions

View File

@@ -62,6 +62,7 @@ public class Status extends BaseModel implements DisplayItemsParent, Searchable{
public transient boolean spoilerRevealed;
public transient boolean textExpanded, textExpandable;
public transient boolean hasGapAfter;
public boolean reloadWhenClicked;
private transient String strippedText;
@Override