1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Dariusz Niemczyk
ed68bd4108 Typescriptify thread events a bit 2021-09-16 15:59:41 +02:00
Germain Souquet
f40d0d24c7 Move relations and redactions to thread timeline 2021-09-10 09:21:25 +01:00
Germain Souquet
33c9471112 Make timelineSet public readonly 2021-09-09 17:23:45 +01:00
Germain Souquet
e97d18a03b Improve thread deduplication thread process
Some threads were still holding a reference to the original thread models they were assigned to, leading to some unexpected timeline rendering
2021-09-07 15:05:45 +01:00
Germain Souquet
b7a5f81f95 Add experimental indicators for all threading related features 2021-08-19 11:10:20 +01:00
Germain Souquet
b884accc99 Dispatch thread events 2021-08-17 17:43:00 +01:00
Germain Souquet
526fe7e9a4 use timeline set instead of an array of events 2021-08-17 11:10:20 +01:00
Germain Souquet
aa696c4c15 Move threading logic to the Sync API 2021-08-17 10:37:34 +01:00
Germain Souquet
e5a67500e4 Stop checking for event type as it is sometimes encrypted 2021-08-10 16:21:59 +02:00
Germain Souquet
18113900fe Implementation of event threading 2021-08-04 17:28:08 +02:00