mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39: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
|
|
@ -7,6 +7,7 @@ export type Relationship = {
|
|||
muting: boolean;
|
||||
muting_notifications: boolean;
|
||||
requested: boolean;
|
||||
requested_by: boolean;
|
||||
domain_blocking: boolean;
|
||||
showing_reblogs: boolean;
|
||||
endorsed: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue