Ignores null timeline error

pull/1384/head
Kelrap 1 year ago
parent ba6d395f32
commit 24ccc538e1

@ -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