mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
added another comment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
407be88c92
commit
c00c52e537
@ -127,6 +127,8 @@ export default class ReplyThread extends React.Component {
|
||||
// for a timeline with that event, but once it is loaded we can use findEventById to look up the ev map
|
||||
await this.context.matrixClient.getEventTimeline(room.getUnfilteredTimelineSet(), eventId);
|
||||
} catch (e) {
|
||||
// if it fails, capture the error and dump it because it'll make findEventById return false, which
|
||||
// captures a superset of errors.
|
||||
return null;
|
||||
}
|
||||
return room.findEventById(eventId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user