mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add accept/reject buttons on follow request notifications
This commit is contained in:
parent
67467b2dfd
commit
87c8b7ab92
3 changed files with 36 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export const useRelationship = (
|
|||
toValue(client)
|
||||
?.getRelationship(toValue(accountId) ?? "")
|
||||
.then((res) => {
|
||||
relationship.value = res.data;
|
||||
relationship.value = res.data as Relationship;
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue