Closed Terrance closed 3 years ago
canonical_email
User
https://github.com/tdryer/hangups/blob/84f2dbcd795e7fe97ecb4766622620c0aa6e682c/hangups/user.py#L31-L32
...but the default assignments of that and emails are the wrong way around in some cases ([], None should be None, []):
emails
[], None
None, []
https://github.com/tdryer/hangups/blob/84f2dbcd795e7fe97ecb4766622620c0aa6e682c/hangups/user.py#L124-L125
https://github.com/tdryer/hangups/blob/84f2dbcd795e7fe97ecb4766622620c0aa6e682c/hangups/user.py#L179
Thanks!
510 added
canonical_email
toUser
objects:https://github.com/tdryer/hangups/blob/84f2dbcd795e7fe97ecb4766622620c0aa6e682c/hangups/user.py#L31-L32
...but the default assignments of that and
emails
are the wrong way around in some cases ([], None
should beNone, []
):https://github.com/tdryer/hangups/blob/84f2dbcd795e7fe97ecb4766622620c0aa6e682c/hangups/user.py#L124-L125
https://github.com/tdryer/hangups/blob/84f2dbcd795e7fe97ecb4766622620c0aa6e682c/hangups/user.py#L179