refactor: use isRemote instead of reloadWhenClicked

Why are my variable naming abilities be so awful?
This commit is contained in:
LucasGGamerM
2023-06-10 10:44:56 -03:00
parent fb78ac1243
commit 33d725acb4
7 changed files with 9 additions and 11 deletions

View File

@@ -136,7 +136,6 @@ public class Account extends BaseModel implements Searchable{
public Instant muteExpiresAt;
public List<Role> roles;
public boolean reloadWhenClicked;
public @Nullable String fqn; // akkoma has this, mastodon't

View File

@@ -84,7 +84,6 @@ public class Status extends BaseModel implements DisplayItemsParent, Searchable{
public transient boolean hasGapAfter;
public transient TranslatedStatus translation;
public transient boolean translationShown;
public boolean reloadWhenClicked;
private transient String strippedText;
@Override