Allow user to update icon

This commit is contained in:
jvyden 2021-10-06 18:47:23 -04:00
commit 65e17cdfc8
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -80,6 +80,10 @@ namespace ProjectLighthouse.Controllers {
} }
break; break;
} }
case "icon": {
user.IconHash = await reader.GetValueAsync();
break;
}
} }
break; break;
case XmlNodeType.EndElement: case XmlNodeType.EndElement: