Merge branch 'main' into learning-analytics-summary

This commit is contained in:
ggurdin 2024-07-29 14:53:05 -04:00 committed by GitHub
commit e4d5bc3f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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