Airyzz
Airyzz
> [!NOTE] > This issue has been automatically filled out by Commet's issue reporter ### Exception: LateInitializationError: Field 'reactions' has not been initialized. (_TimelineEventViewReactionsState.build) Stack Trace ``` #0 _TimelineEventViewReactionsState.build (package:commet/ui/molecules/timeline_events/events/timeline_event_view_reactions.dart)...
In an attempt to help with debugging rare errors, we will store historical data for runtime exceptions
This allows for use of Android conversation bubbles api
While working with flutter-webrtc I noticed a crash coming from [this function](https://github.com/flutter-webrtc/flutter-webrtc/blob/372cbd5c71f18da63ea1230afa8e556bb5ddb6e6/common/cpp/src/flutter_screen_capture.cc#L28), when attempting to get screen share sources on linux, with wayland. It does *not* crash under X11 ```...
Adds a new room type for a calendar. events are stored in room state. The calendar has been implemented using Matrix widgets api, and so can be accessed from any...
Changes: - no longer attempts to decrypt messages while in background isolate - uses a new background safe (read-only) matrix client
When a link which already contains URI encoded characters is parsed, `AutolinkExtensionSyntax` URI encodes the already encoded characters, which results in an incorrect link. The link should first be decoded,...