Add Sensitive field to Profile struct

This commit is contained in:
Joaco Esteban 2024-02-14 12:27:29 +01:00
parent a1511c3869
commit bd65223b41
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ type Profile struct {
UserID string
Username string
Website string
Sensitive bool
}
type user struct {