✨ Able to edit visibility
This commit is contained in:
@ -46,12 +46,4 @@ class Relationship {
|
||||
'related': related.toJson(),
|
||||
'status': status,
|
||||
};
|
||||
|
||||
Account getOtherside(int selfId) {
|
||||
if (accountId != selfId) {
|
||||
return account;
|
||||
} else {
|
||||
return related;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user