feat: add remote follower and following lookup
Clicking the regenerated accounts wont do anything for now though
This commit is contained in:
@@ -134,8 +134,9 @@ public class Account extends BaseModel implements Searchable{
|
||||
public Instant muteExpiresAt;
|
||||
|
||||
public List<Role> roles;
|
||||
public boolean reloadWhenClicked;
|
||||
|
||||
@Override
|
||||
@Override
|
||||
public String getQuery() {
|
||||
return url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user