Use timelines, encryption now works, except not fetching keys from old devices

This commit is contained in:
Henry Hiles 2026-01-06 16:31:51 -05:00
commit 3fd0d5f461
No known key found for this signature in database
4 changed files with 24 additions and 42 deletions

View file

@ -34,6 +34,7 @@ New Value: ${newValue is AsyncData ? newValue.value : newValue}
void showError(Object error, [StackTrace? stackTrace]) {
if (error.toString().contains("DioException")) return;
if (error.toString().contains("UTF-16")) return;
if (error.toString().contains("HTTP request failed")) return;
if (error.toString().contains("Invalid image data")) return;
debugPrintStack(stackTrace: stackTrace, label: error.toString());