Adds a bot field to the user info

This commit is contained in:
Vitor Pamplona 2024-03-25 17:57:27 -04:00
parent aff6588791
commit 9ade18e1c1
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ class UserMetadata {
var banner: String? = null
var website: String? = null
var about: String? = null
var bot: Boolean? = null
var nip05: String? = null
var nip05Verified: Boolean = false