While I can't reproduce any test failures because of this, I can
reproduce exceptions by simply running the tests with debugger attached.
There's one other similar related test failure in `TestSingleAudioFile`
but that appears to be an o!f issue.
I'm not entirely sure how this works, but CI was testing against the
updated Velopack package, whereas my local package was outdated and had
4 args.
Previous commit merges master to update the package version, this commit
fixes the args.
This is not doing the thing that the website does wherein the entire
user profile is replaced by the message that the user is blocked if
they're blocked. Someone else can try doing that.
I'm also not adding report button to this because it's going to be
annoying to make happen because currently reporting is only available as
a popover and not as a dialog. Someone else can pick that up as well.