The note is not visible to the blocked user.
fix this
merge this in libpso
should be UserAccountId not u32 (or whatever proper not-number type is expected)
UserAccountId
u32
TODO: determine if this was implemented properly
.iter().position() might be preferable to .enumerate().find()?
.iter().position()
.enumerate().find()
why is this boxed?
TODO: remove TODO