-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Contract ids instead of usernames #1829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preliminary partial review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Round 2
frontend/controller/actions/group.js
Outdated
} else { | ||
const randDelay = randomIntFromRange(0, 1500) | ||
console.warn(`autoBanSenderOfMessage: ${e.message} attempting to ban ${username}, retrying in ${randDelay} ms...`, e) | ||
console.warn(`autoBanSenderOfMessage: ${e.message} attempting to ban ${member}, retrying in ${randDelay} ms...`, e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still want to print out their username here as well.
I haven't finished reviewing the PR yet so I don't know, but if there isn't a getter to go from identityContractID
=> username
then this is a great time/place to use it and add one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is (as you also found out in another later comment), it was userUsername
, which now is usernameFromID
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Round 3!
d409873
to
beed4c6
Compare
Passing run #1856 ↗︎
Details:
Review all test suite changes for PR #1829 ↗︎ |
86697c8
to
46bf6bc
Compare
This reverts commit 6769085.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Herculean job!
No description provided.