mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Marks username as deprecated
This commit is contained in:
parent
2e7b7c5c00
commit
8ed78ea38f
@ -398,6 +398,8 @@ class ContactListEvent(
|
||||
@Stable
|
||||
class UserMetadata {
|
||||
var name: String? = null
|
||||
|
||||
@Deprecated("Use name instead", replaceWith = ReplaceWith("name"))
|
||||
var username: String? = null
|
||||
|
||||
@JsonProperty("display_name")
|
||||
|
Loading…
x
Reference in New Issue
Block a user