This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ask to refresh timeline when historical messages are imported (MSC2716) #8354
Ask to refresh timeline when historical messages are imported (MSC2716) #8354
Changes from 15 commits
66ea757
6dba3df
12b0115
eb5e899
a50e011
ed910bb
8d61226
d8f94ed
c43d309
623960b
d9001ce
b4c81e1
361675e
bf8555f
886b676
65cacbb
cef6d3c
f571107
a926252
c2895ff
f580947
4c53f34
ee10ae2
2bdb165
64e7e28
6dbe331
18adde8
a661bf6
ae5338d
f9a525c
b45be5b
c14cc18
5286641
9ae6483
7848501
47ecf3b
2ef47f9
e9861c7
54268ba
3defe30
8461a96
4af71c2
0dae43e
e75d92a
b7eb441
7eb0576
8ed948d
75fc3d4
1f4d3b5
17d3203
0c5c0b5
641d37c
daa0ca7
6c7df4e
0fac6b2
fc0d474
0c89bcb
2008696
34ebd08
df0522c
b9c86ca
9d7eec3
32952e3
7b5ee36
0e923b7
c9270d8
b44f6a1
ac998bd
50da54e
bbc060f
c6e91a1
8c78dd5
3d259de
e64e59b
1ff2c78
ef58f45
012d27f
d2e300b
eb815cc
b9cd0a6
43f90f6
131af45
280ddb5
1726830
939a6ef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a missed refactor.
canResetTimeline
by name seems applicable here and the logic appears pretty equivalent.matrix-react-sdk/src/components/structures/RoomView.tsx
Lines 1004 to 1009 in 27118a9
matrix-react-sdk/src/components/structures/TimelinePanel.tsx
Line 638 in 27118a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split out to #10403