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

bugfix for recipient_ids column #35

Merged
merged 3 commits into from
Jul 24, 2021
Merged

Conversation

GjjvdBurg
Copy link
Owner

This PR aims to fix #34. Currently untested.

@GjjvdBurg GjjvdBurg marked this pull request as ready for review July 23, 2021 16:15
@GjjvdBurg GjjvdBurg merged commit faf1aea into master Jul 24, 2021
@@ -217,11 +218,11 @@ def _load_recipients(self):


class AddressbookV2(Addressbook):
def get_recipient_by_address(self, address: str) -> Recipient:
def get_recipient_by_address(self, address: Union[int, str]) -> Recipient:
Copy link
Collaborator

Choose a reason for hiding this comment

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

In which case were we 'improperly' passing an int?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yeah, I'll have to sort that out, this was admittedly a bit of a lazy fix. I've created a new issue (#40) to track this. Thanks for the check! 👍

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.

Database version 110: thread table has no recipient_ids column
2 participants