Fix error message in EncryptionDeleteChannel to accurately reflect channel deletion
https://github.com/nosial/Socialbox-PHP/issues/72
This commit is contained in:
parent
c0a1aec7f7
commit
86f18b577a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
catch(DatabaseOperationException $e)
|
||||
{
|
||||
throw new StandardRpcException('An error occurred while trying to close the encryption channel', StandardError::INTERNAL_SERVER_ERROR, $e);
|
||||
throw new StandardRpcException('An error occurred while trying to delete the encryption channel', StandardError::INTERNAL_SERVER_ERROR, $e);
|
||||
}
|
||||
|
||||
$externalPeer = $encryptionChannel->getExternalPeer();
|
||||
|
|
Loading…
Add table
Reference in a new issue