✨ Channel invite friends
This commit is contained in:
@ -50,4 +50,12 @@ class Friendship {
|
||||
"related": related.toJson(),
|
||||
"status": status,
|
||||
};
|
||||
|
||||
Account getOtherside(int selfId) {
|
||||
if (accountId != selfId) {
|
||||
return account;
|
||||
} else {
|
||||
return related;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user