element-web/src/components
J. Ryan Stinnett df4e6a3913 Check for room in all Room.timeline* handlers
All `Room.timeline*` handlers must currently test for `room` first if they
expect it to exist. It is emitted not only for rooms, but also for timeline sets
without rooms, such as for notifications.

Almost all such handlers were correctly testing as needed, but it was missing
from `RoomBreadcrumbs`.

While that's quite confusing, we can start by testing for `room` when we expect
to have one.

Fixes https://github.com/vector-im/riot-web/issues/9630
2019-05-03 17:59:28 +01:00
..
structures Remove timeline explosion rageshake prompt 2019-05-01 13:37:57 -06:00
views Check for room in all Room.timeline* handlers 2019-05-03 17:59:28 +01:00