refactor: use isRemote instead of reloadWhenClicked
Why are my variable naming abilities be so awful?
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user