updateSelfUser

open suspend override fun updateSelfUser(    newName: String?,     newAccent: Int?,     newAssetId: String?): <Error class: unknown class><<Error class: unknown class>, Unit>

Deprecated

Create a dedicated function to update the corresponding user property, instead of updating the whole user

Replace with

eg: updateSelfDisplayName(displayName: String)