This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 822
Ask to refresh timeline when historical messages are imported (MSC2716) #8354
Closed
MadLittleMods
wants to merge
85
commits into
develop
from
madlittlemods/refresh-timeline-when-we-see-msc2716-marker-events-v2
Closed
Changes from 57 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
66ea757
Ask to refresh timeline when historical messages are imported (MSC2716)
MadLittleMods 6dba3df
Back to false after getting screenshot
MadLittleMods 12b0115
Fix lints
MadLittleMods eb5e899
Fix room not showing refresh timeline banner if not switched to the r…
MadLittleMods a50e011
Fix type lints
MadLittleMods ed910bb
Remove parenthesis change
MadLittleMods 8d61226
Raw refreshLiveTimeline usage that seems to work
MadLittleMods d8f94ed
Clean up raw commit
MadLittleMods c43d309
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods 623960b
Clean up event usage
MadLittleMods d9001ce
Remove unreadable image descriptions
MadLittleMods b4c81e1
Fix up lints
MadLittleMods 361675e
Add tests for RoomStatusBar
MadLittleMods bf8555f
Fix lints
MadLittleMods 886b676
Fix lints
MadLittleMods 65cacbb
Match case of other room events
MadLittleMods cef6d3c
Add types and fix up mis-type
MadLittleMods f571107
Fix snapshots with using string value case
MadLittleMods a926252
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods c2895ff
WIP: Cypress tests
MadLittleMods f580947
Register virtual users
MadLittleMods 4c53f34
All assertions
MadLittleMods ee10ae2
Best practice Cypress test selectors
MadLittleMods 2bdb165
Don't assert text that could change
MadLittleMods 64e7e28
Send live events sequentially to avoid them all having the same depth
MadLittleMods 6dbe331
Better self describing message
MadLittleMods 18adde8
Use function scoped to the tests where it is only used
MadLittleMods a661bf6
WIP: Test to make sure racing sync that resolve before /context finis…
MadLittleMods ae5338d
The racey sync test does pass, not sure if testing the right thing
MadLittleMods f9a525c
Better comments and state of things
MadLittleMods b45be5b
More robust to failurse and user feedback
MadLittleMods c14cc18
All Cypress tests passing
MadLittleMods 5286641
Some test cleanup
MadLittleMods 9ae6483
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods 7848501
Fix some lints
MadLittleMods 47ecf3b
Remove unused import
MadLittleMods 2ef47f9
Fix unexpected 'this' lints
MadLittleMods e9861c7
Smaller padding
MadLittleMods 54268ba
Better comment
MadLittleMods 3defe30
Update snapshots
MadLittleMods 8461a96
Add test for refreshing the timeline multiple times
MadLittleMods 4af71c2
Add context into intercepted request error so it's more obvious why y…
MadLittleMods 0dae43e
Fill in comment doc
MadLittleMods e75d92a
Update spapshots after removing last marker processed from js-sdk
MadLittleMods b7eb441
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods 7eb0576
Add comments describing why mxSettingsStore is useful
MadLittleMods 8ed948d
Fix being able to reference Preset
MadLittleMods 75fc3d4
Save the file
MadLittleMods 1f4d3b5
Comment out so typescript doesn't go as crazy. Still need to solve th…
MadLittleMods 17d3203
Remove debug logging
MadLittleMods 0c5c0b5
Add comment doc to test functions
MadLittleMods 641d37c
Add snapshot tests for error states
MadLittleMods daa0ca7
Fix lints
MadLittleMods 6c7df4e
Use correct public_baseurl (COPYME template is wrong)
MadLittleMods 0fac6b2
Only getBot should respond to invites by joining the room
MadLittleMods fc0d474
Use spacing variables
MadLittleMods 0c89bcb
Type unintitialized variable
MadLittleMods 2008696
Fix minor spacing typo in comments
MadLittleMods 34ebd08
Make sure sentences are properly spaced apart
MadLittleMods df0522c
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods b9c86ca
Some type cleanup
MadLittleMods 9d7eec3
Update from Modal.createTrackedDialog to Modal.createDialog
MadLittleMods 32952e3
Update snapshots with Matrix client changes
MadLittleMods 7b5ee36
Fix markerEventId typo
MadLittleMods 0e923b7
Fix eventIdWhileRefrshingTimeline typo
MadLittleMods c9270d8
Add test when we fail to refresh and latest event is a threaded message
MadLittleMods b44f6a1
Remove the test only
MadLittleMods ac998bd
Use fire-forget pattern
MadLittleMods 50da54e
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods bbc060f
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods c6e91a1
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods 8c78dd5
Make test more robust
MadLittleMods 3d259de
Fix joinRoom duplication
MadLittleMods e64e59b
Fix duplicate command
MadLittleMods 1ff2c78
Fix some lints
MadLittleMods ef58f45
Migrate away from enzyme
MadLittleMods 012d27f
Fix more strict errors
MadLittleMods d2e300b
Update i18n
MadLittleMods eb815cc
Workaround lint
MadLittleMods b9cd0a6
More strict lints
MadLittleMods 43f90f6
Use supported room version
MadLittleMods 131af45
Fix lints
MadLittleMods 280ddb5
Fix `Error: TypeError: (0 , _jestMock.mocked)(...).mockReturnValue is…
MadLittleMods 1726830
Update snapshots with small change and lots of quote escaping differe…
MadLittleMods 939a6ef
Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-se…
MadLittleMods File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.