pl-fe: fix unfollow effect for pending requests
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -46,6 +46,7 @@ const useFollow = () => {
|
||||
[accountId]: (relationship) => ({
|
||||
...relationship,
|
||||
following: false,
|
||||
requested: false,
|
||||
}),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user