Skip to content

Remove excess polling of user fullinfo

Flo Lee requested to merge fix-userinfo-flood into master

Very bad: Upon reading fullInfo field we requested to fill it from the server, if it was not populated. But it turns out that the only usage is actually when receiving fullinfo details, so they fill it again. So we polled information that was already sent with an event to us.

Initialize fullinfo with an empty object to prevent nullptr exceptions, and just hand this back for filling it in on the requestor´s side.

Merge request reports