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

Fixed use of setInboxDispatcher after setInboxListeners #101

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

allouis
Copy link
Contributor

@allouis allouis commented Jul 15, 2024

There is a bug where setting the inbox dispatcher after the listeners causes an error to be thrown due to path mismatch.

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (0.11-maintenance@4a25550). Learn more about missing BASE report.

Additional details and impacted files
@@                 Coverage Diff                 @@
##             0.11-maintenance     #101   +/-   ##
===================================================
  Coverage                    ?   80.30%           
===================================================
  Files                       ?       40           
  Lines                       ?     5931           
  Branches                    ?      709           
===================================================
  Hits                        ?     4763           
  Misses                      ?     1155           
  Partials                    ?       13           

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

allouis added 2 commits July 15, 2024 18:29
There is a bug where setting the inbox dispatcher after the listeners causes an
error to be thrown due to path mismatch.
This fixes the issue with path mismatch when calling `setInboxDispatcher`
Copy link
Member

@dahlia dahlia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! As this feature was introduced at Fedify 0.11.0, I'm going to change the target branch of this pull request from main to 0.11-maintenance.

@dahlia dahlia changed the base branch from main to 0.11-maintenance July 15, 2024 09:30
@dahlia dahlia force-pushed the fix-inbox-path-check branch from 5331496 to 4bb32dc Compare July 15, 2024 09:31
Copy link
Member

@dahlia dahlia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to merge this immediately after the CI passes.

@dahlia dahlia merged commit 8c8c477 into fedify-dev:0.11-maintenance Jul 15, 2024
10 checks passed
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.

2 participants