Merge pull request #511 from pangeachat/silence-web-focus

Silence web focus
This commit is contained in:
ggurdin 2024-07-25 11:29:28 -04:00 committed by GitHub
commit bd7469b973
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -475,10 +475,6 @@ class ChatController extends State<ChatPageWithRoom>
if (kIsWeb && !Matrix.of(context).webHasFocus) return;
// #Pangea
} catch (err, s) {
ErrorHandler.logError(
e: PangeaWarningError("Web focus error: $err"),
s: s,
);
return;
}
// Pangea#