feat: add reciprocal user blocking
This commit is contained in:
@@ -106,6 +106,10 @@ return [
|
||||
'rejected' => 'Follow request rejected.',
|
||||
'not_found' => 'No request found.',
|
||||
],
|
||||
'blocks' => [
|
||||
'blocked' => 'User blocked.',
|
||||
'cannot_block_self' => 'You cannot block yourself.',
|
||||
],
|
||||
'validation' => [
|
||||
'image_required' => 'Add an image to analyze.',
|
||||
'image_file' => 'The file must be an image.',
|
||||
|
||||
Reference in New Issue
Block a user