updateSelfUser
open suspend override fun updateSelfUser(newName: String?, newAccent: Int?, newAssetId: String?): Either<CoreFailure, Unit>
Deprecated
Create a dedicated function to update the corresponding user property, instead of updating the whole user
Replace with
eg: updateSelfDisplayName(displayName: String)
Content copied to clipboard