Skip to content
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

Fix resolve-state #3229

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Fix resolve-state #3229

merged 3 commits into from
Oct 5, 2023

Conversation

S7evinK
Copy link
Contributor

@S7evinK S7evinK commented Oct 5, 2023

Previously we would "start" the roomserver API, which isn't the best idea, given it also starts processing Jetstream events. We now use a dummyQuerier to implement the needed interface for "converting" userID/senderIDs. As per the comment, this DOES NOT do any magic for pseudoID rooms.

@S7evinK S7evinK requested a review from a team as a code owner October 5, 2023 07:44
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3d02c81) 65.91% compared to head (f098438) 65.89%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3229      +/-   ##
==========================================
- Coverage   65.91%   65.89%   -0.02%     
==========================================
  Files         507      507              
  Lines       57155    57155              
==========================================
- Hits        37674    37664      -10     
- Misses      15698    15705       +7     
- Partials     3783     3786       +3     
Flag Coverage Δ
unittests 49.44% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@S7evinK S7evinK merged commit 2259e71 into main Oct 5, 2023
19 of 20 checks passed
@S7evinK S7evinK deleted the s7evink/resolve-state branch October 5, 2023 08:33
danpe pushed a commit to globekeeper/dendrite that referenced this pull request Oct 30, 2023
Previously we would "start" the roomserver API, which isn't the best
idea, given it also starts processing Jetstream events. We now use a
`dummyQuerier` to implement the needed interface for "converting"
userID/senderIDs. As per the comment, this **DOES NOT** do any magic for
pseudoID rooms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants