Merge pull request #530 from pangeachat/silence-null-timeline

Silences null timeline error
pull/1384/head
ggurdin 1 year ago committed by GitHub
commit e233848e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -486,12 +486,6 @@ class ChatController extends State<ChatPageWithRoom>
final timeline = this.timeline;
if (timeline == null || timeline.events.isEmpty) {
// #Pangea
ErrorHandler.logError(
e: PangeaWarningError("Timeline is null or empty"),
s: StackTrace.current,
);
// Pangea#
return;
}

Loading…
Cancel
Save