fix: don't warn about needed backfill via federation for non-federated rooms #1396
Labels
No labels
Blocked
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1396
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kraem/continuwuity:fix/non_federated_room_skip_federated_backfill_v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request disables warnings about backfill is needed from federated servers when the room isn't federated.
Pull request checklist:
mainbranch, and the branch is named something other thanmain.myself, if applicable. This includes ensuring code compiles.
@ -139,7 +139,12 @@ pub async fn backfill_if_required(&self, room_id: &RoomId, from: PduCount) -> Re}).boxed();Good idea although this does mute some cases when we don't hve all history. Let's call that a later problem
i'm trying to figure out what cases that are, but can't? :)
The ones I was thinking of were pretty broken, for example when the creator has left and there are no longer servers trusted enough to backfill - but these do happen
6ca2f4d9eb3a80dcc777after my rebase on main the lint action timed out when being rerun 🤷♂️
3a80dcc777b6481e7724