Skip to content

Crash on processBeaconEvents due to null room in notificationTimeline #2494

Closed
@sdb-dev

Description

@sdb-dev

Describe the bug
When loading the client timeline set data, processBeaconEvents is called on the matrix events for the notification timeline. However, notification timeline has no room associated with it.

The processBeaconEvents function expects a room if there are any matrix events.

Here is the callback on the sync event:
image

And the call to processBeaconEvents:
image

To Reproduce
Steps to reproduce the behavior:
Create / start the client
Create a notification timelineset
Request timeline notifications

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 103

This is not an issue in version 16 of the SDK. It is present in 17, 18, and 19.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions