This commit is contained in:
M66B
2022-05-11 14:45:10 +02:00
parent 45937ae10b
commit 36241f5d5b

View File

@@ -1585,10 +1585,10 @@ public class Log {
ex.getCause().getMessage().contains("User is authenticated but not connected"))
return null;
if (ex instanceof MessagingException &&
ex.getMessage() != null &&
ex.getMessage().startsWith("OAuth refresh"))
return null;
//if (ex instanceof MessagingException &&
// ex.getMessage() != null &&
// ex.getMessage().startsWith("OAuth refresh"))
// return null;
if (ex instanceof IOException &&
ex.getCause() instanceof MessageRemovedException)