mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Return after throwing access denied error
This commit is contained in:
@@ -173,6 +173,7 @@ void GtkIntegration::Private::handleMethodCall(
|
||||
"Access denied.");
|
||||
|
||||
invocation->return_error(error);
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user