Ginger
c376fce725
chore(sync/v3): Remove unused imports
2025-12-03 16:04:32 +00:00
Ginger
da36604163
fix(sync/v3): Don't send rejected invites on initial syncs
2025-12-03 16:04:32 +00:00
Ginger
fa74747ab1
refactor(sync/v3): Extract left room timeline logic into its own function
2025-12-03 16:04:32 +00:00
Ginger
07199f9f17
fix(sync/v3): Don't send dummy leaves on an initial sync
2025-12-03 16:04:32 +00:00
Ginger
2f38de16f6
chore: Formatting
2025-12-03 16:04:32 +00:00
ginger
5c162fdb3a
fix: Nitpicky comment reword
2025-12-03 16:04:32 +00:00
Ginger
5b959fca1c
chore(sync/v3): More goat sacrifices
2025-12-03 16:04:32 +00:00
Ginger
a6d325440c
refactor(sync/v3): Split load_joined_room into smaller functions
2025-12-03 16:04:32 +00:00
ginger
6246c11265
fix: Correct error message
2025-12-03 16:04:32 +00:00
Ginger
852bf99d34
fix(sync/v3): Add a workaround for matrix-js-sdk/5071
2025-12-03 16:04:32 +00:00
Ginger
d2cc2fb19b
fix(sync/v3): Stop ignoring leave cache deserialization failures
2025-12-03 16:04:32 +00:00
Ginger
c2449bde74
fix(sync/v3): Do not include the last membership event when syncing left rooms
2025-12-03 16:04:32 +00:00
Ginger
c89aa4503e
chore(sync/v3): Sacrifice a goat to clippy
2025-12-03 16:04:32 +00:00
Ginger
f71cfd18a5
fix(sync/v3): Cache shortstatehashes to speed up migration
2025-12-03 16:04:32 +00:00
Ginger
9a27bccc8e
fix(sync/v3): Implement a migration for the userroomid_leftstate table
2025-12-03 16:04:32 +00:00
Ginger
fb66356154
fix(sync/v3): Fix invite filtering for federated invites
2025-12-03 16:04:32 +00:00
Ginger
3b8b9d4b5c
feat(sync/v3): Remove TL size config option in favor of using the sync filter
2025-12-03 16:04:32 +00:00
Ginger
b20000fcf3
chore(sync/v3): Fix clippy lints
2025-12-03 16:04:32 +00:00
Ginger
fe1efe0787
fix(sync/v3): Remove mysterious membership event manipulation code
2025-12-03 16:04:32 +00:00
Ginger
08213038a9
fix(sync/v3): Properly sync room heroes
2025-12-03 16:04:32 +00:00
Ginger
ad2118e371
chore(sync/v3): Use "build_*" terminology instead of "calculate_*"
2025-12-03 16:04:32 +00:00
Ginger
be743ec70a
chore(sync/v3): Use more descriptive names for SyncContext properties
2025-12-03 16:04:32 +00:00
Ginger
eba5f16e09
chore: Remove unneeded comment
2025-12-03 16:04:32 +00:00
Ginger
5fb49d8668
fix: Use prepare_lazily_loaded_members for joined rooms
...
Also, don't take read receipts into consideration for lazy loading.
Synapse doesn't do this and they're making initial syncs very large.
2025-12-03 16:04:32 +00:00
Ginger
19e895b57f
chore: Clippy fixes
2025-12-03 16:04:32 +00:00
Jade Ellis
5932efa92d
feat: Typing notifications in simplified sliding sync
...
What's missing? Being able to use separate rooms & lists for typing
indicators.
At the moment, we use the same ones as we use for the timeline, as
todo_rooms is quite intertwined. We need to disentangle this to get that
functionality, although I'm not sure if clients use it.
2025-12-03 16:04:32 +00:00
Ginger
1afa8413a2
feat: Add a config option to change the max TL size for legacy sync
2025-12-03 16:04:32 +00:00
Ginger
31cc888119
fix: Set limited to true for newly joined rooms again
2025-12-03 16:04:32 +00:00
Ginger
1ad60df7a6
fix: Properly sync left rooms
...
- Remove most usages of `update_membership` in favor
of directly calling the `mark_as_*` functions
- Store the leave membership event as the value in the
`userroomid_leftstate` table
- Use the `userroomid_leftstate` table to synchronize the
timeline and state for left rooms if possible
2025-12-03 16:04:32 +00:00
Ginger
afd115eedc
fix: Properly sync newly joined rooms
2025-12-03 16:04:32 +00:00
Ginger
1444f43fa7
fix(sync/v3): Further cleanup + improve incremental sync consistency
2025-12-03 16:04:32 +00:00
Ginger
91d07a9bfc
fix: Correctly send limited timelines again
2025-12-03 16:04:32 +00:00
Ginger
c85b5bb122
refactor: Split sync v3 into multiple files
2025-12-03 16:04:32 +00:00
Ginger
99aadff38e
feat: Drop support for MSC3575 (legacy sliding sync)
2025-12-03 16:04:32 +00:00
Ginger
d2d996d306
chore: Clippy fixes
2025-12-03 16:04:32 +00:00
Ginger
26fa73841b
fix(sync/v3): Cleanup part 1: mostly fix redundant data in state
2025-12-03 16:04:32 +00:00
Ginger
956c3dfa62
chore: Fix deprecation warning
2025-11-28 15:08:20 -05:00
timedout
bc8d304dbf
style: Fix unnecessary qualification
...
Sounds like my university experience
2025-11-23 16:33:32 +00:00
timedout
7f4248a8c6
feat: Enhance remote room leave handling
2025-11-23 16:33:32 +00:00
Jade Ellis
d45c5a9f47
feat: Deal with low screen widths in CSS
2025-11-22 20:30:30 +00:00
nex
6794ea565f
fix(tests): Fix new syntax error in debug.rc
...
fixes #1180
2025-11-18 18:46:35 +00:00
timedout
def8816c02
style: Fix clippy failures from 9e73146
2025-11-16 19:55:28 +00:00
timedout
9e73146b19
fix: Restore continuwuity's remembering capabilities
2025-11-14 14:57:49 +00:00
timedout
9375e81974
fix(1163): Resolve algorithm misinterpretations
2025-11-13 03:33:47 +00:00
Jade Ellis
f9c42bbadc
refactor(clippy): Unused self
2025-11-11 13:59:12 +00:00
Jade Ellis
fe62c39501
style(clippy): Remove unneeded allocation
2025-11-11 13:59:12 +00:00
Jade Ellis
35320cf0d4
style(clippy): Elide lifetimes
2025-11-11 13:59:12 +00:00
Jade Ellis
eaf6a889c2
style(clippy): Unnecessary move
...
Function is used in a single place and the move doesn't seem to provide
any safety benefits, so 💨
2025-11-11 13:59:12 +00:00
Jade Ellis
b04f1332db
style(clippy): Remove dead code
...
Looks like this has been dead since we forked at least, seems pretty
safe to remove
2025-11-11 13:59:12 +00:00
Jade Ellis
9e4bcda17b
style(clippy): Make the event graph generic over the hasher
2025-11-11 13:59:12 +00:00