mirror of https://github.com/vector-im/riot-web
![]() Fixes https://github.com/vector-im/riot-web/issues/12423 When events are redacted they fail to make it into the Grouper because the `shouldAddEvent` check blocks them from entering. However, the grouper expects that when `getTiles()` is called that there's events to group and dutifully grabs some context from the array. Because JavaScript is the least helpful language, `myArray[-1]` returns `undefined` or `null` and thus you get `cannot read 'sender' of undefined`. Regressed in https://github.com/matrix-org/matrix-react-sdk/pull/4059 |
||
---|---|---|
.. | ||
accessibility | ||
actions | ||
async-components/views/dialogs | ||
autocomplete | ||
components | ||
contexts | ||
editor | ||
emojipicker | ||
hooks | ||
i18n/strings | ||
indexing | ||
integrations | ||
mjolnir | ||
notifications | ||
rageshake | ||
resizer | ||
settings | ||
stores | ||
usercontent | ||
utils | ||
ActiveRoomObserver.js | ||
AddThreepid.js | ||
Analytics.js | ||
AsyncWrapper.js | ||
Avatar.js | ||
BasePlatform.js | ||
CallHandler.js | ||
CallMediaHandler.js | ||
ContentMessages.js | ||
CrossSigningManager.js | ||
DateUtils.js | ||
DecryptionFailureTracker.js | ||
DeviceListener.js | ||
FromWidgetPostMessageApi.js | ||
GroupAddressPicker.js | ||
HtmlUtils.js | ||
IdentityAuthClient.js | ||
ImageUtils.js | ||
KeyRequestHandler.js | ||
Keyboard.js | ||
Lifecycle.js | ||
Login.js | ||
Markdown.js | ||
MatrixClientPeg.js | ||
Modal.js | ||
Notifier.js | ||
ObjectUtils.js | ||
PageTypes.js | ||
PasswordReset.js | ||
PhasedRollOut.js | ||
PlatformPeg.js | ||
Presence.js | ||
Registration.js | ||
Resend.js | ||
Roles.js | ||
RoomAliasCache.js | ||
RoomInvite.js | ||
RoomListSorter.js | ||
RoomNotifs.js | ||
Rooms.js | ||
ScalarAuthClient.js | ||
ScalarMessaging.js | ||
SdkConfig.ts | ||
Searching.js | ||
SendHistoryManager.js | ||
Skinner.js | ||
SlashCommands.js | ||
Terms.js | ||
TextForEvent.js | ||
Tinter.js | ||
ToWidgetPostMessageApi.js | ||
Unread.js | ||
UserActivity.js | ||
UserAddress.js | ||
VectorConferenceHandler.js | ||
Velociraptor.js | ||
VelocityBounce.js | ||
WhoIsTyping.js | ||
WidgetMessaging.js | ||
WidgetMessagingEndpoint.js | ||
boundThreepids.js | ||
createRoom.js | ||
cryptodevices.js | ||
dispatcher.js | ||
email.js | ||
emoji.js | ||
extend.js | ||
groups.js | ||
index.js | ||
languageHandler.js | ||
linkify-matrix.js | ||
phonenumber.js | ||
ratelimitedfunc.js | ||
shouldHideEvent.js | ||
theme.js |