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

Various type improvements to improve compatibility with existing bridges #218

Merged
merged 8 commits into from
Sep 4, 2020

Conversation

Half-Shot
Copy link
Contributor

This PR is a mixed bag of small code changes to ensure compatibility with existing bridges. Care has been taken to lean towards updating the IRC bridge where possible, rather than porting bad behaviours back into this SDK.

@Half-Shot Half-Shot requested a review from a team September 3, 2020 16:00
@@ -274,7 +274,7 @@ export class RoomBridgeStore extends BridgeStore {
return e.remote;
}) as RemoteRoom[];
}
return entryMap;
return result;
Copy link
Contributor

Choose a reason for hiding this comment

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

:D Nice catch.
(For how long has this been broken? D: )

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only for the Typescript bits, luckily.

Copy link
Contributor

@jaller94 jaller94 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@Half-Shot Half-Shot merged commit d59ca75 into develop Sep 4, 2020
@jaller94 jaller94 deleted the hs/fixes-for-irc-bridge branch September 4, 2020 10:30
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