Ignores null timeline error

This commit is contained in:
Kelrap 2024-07-29 10:27:55 -04:00
parent ba6d395f32
commit 24ccc538e1

View file

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