Timeline-refactor-fixes (#1438)
* fix type * fix missing member from reaction * stop context menu event propagation in msg modal * prevent encode blur hash from freezing app * replace roboto font with inter and fix weight * add recent emoji when selecting emoji * fix room latest evt hook * add option to drop typing status
This commit is contained in:
@@ -167,7 +167,7 @@ export const getFirstLinkedTimeline = (
|
||||
|
||||
export const getLinkedTimelines = (timeline: EventTimeline): EventTimeline[] => {
|
||||
const firstTimeline = getFirstLinkedTimeline(timeline, Direction.Backward);
|
||||
const timelines = [];
|
||||
const timelines: EventTimeline[] = [];
|
||||
|
||||
for (
|
||||
let nextTimeline: EventTimeline | null = firstTimeline;
|
||||
|
||||
Reference in New Issue
Block a user