feat: add remote follower and following lookup

Clicking the regenerated accounts wont do anything for now though
This commit is contained in:
LucasGGamerM
2023-04-16 15:25:55 -03:00
parent fb02689c30
commit 7c8698521d
8 changed files with 101 additions and 14 deletions

View File

@@ -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;
}