-
Notifications
You must be signed in to change notification settings - Fork 290
ffi: Refactor timeline creation and lifetimes #5058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7fe0e56
chore(ui): remove the timeline's builder method and make the builder'…
stefanceriu e43bb34
change(ui): stop relying on a room's stored timeline for marking it a…
stefanceriu c153237
change(ffi): move the utd hook from the sync service to the client
stefanceriu 055e790
change(ffi): pass the client utd manager down into the timeline builder
stefanceriu 1b4bd26
change(ffi): add timeline configuration option for reporting UTDs
stefanceriu ed08fc4
change(ffi): remove the UTD manager from the sync service, room list …
stefanceriu f9e5851
change(ffi): stop retrieving room list last messages from through the…
stefanceriu b213265
change(ffi): move the UTD delegate directly to the client for ease of…
stefanceriu fb41376
chore(multiverse): simplify marking a room as read
stefanceriu d21c314
change(ffi): use a OnceLock to guard against multiple settings of the…
stefanceriu 857cf6f
change(ffi): remove now unused `ClientDelegate` `did_refresh_tokens` …
stefanceriu a8b3b39
chore(ffi): rename the `utd_hook` to `utd_hook_manager`
stefanceriu 529a854
chore(ffi): report an error if the timeline is set to report UTDs but…
stefanceriu 3287304
change(ffi): return errors if the client or utd delegates were alread…
stefanceriu 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ mod sync_service; | |
mod task_handle; | ||
mod timeline; | ||
mod tracing; | ||
mod utd; | ||
mod utils; | ||
mod widget; | ||
|
||
|
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
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.
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.