diff --git a/lib/main.dart b/lib/main.dart index 85bdd5f2a..78e4928d3 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -91,6 +91,9 @@ void main() async { // Perform preference migrations performSharedPreferencesMigration(); + // Do a notifications check on startup + pollRepliesAndShowNotifications(); + runApp(ThunderApp(notificationsStream: notificationsStreamController.stream)); if (!kIsWeb && Platform.isAndroid) {