mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
testrig: add testing profile field for admin user
This commit is contained in:
@@ -395,7 +395,9 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||||||
AvatarMediaAttachmentID: "",
|
AvatarMediaAttachmentID: "",
|
||||||
HeaderMediaAttachmentID: "",
|
HeaderMediaAttachmentID: "",
|
||||||
DisplayName: "",
|
DisplayName: "",
|
||||||
Fields: []*gtsmodel.Field{},
|
Fields: []*gtsmodel.Field{
|
||||||
|
{Name: "pronouns", Value: "they/them", VerifiedAt: TimeMustParse("0001-01-01T00:00:00Z")},
|
||||||
|
},
|
||||||
Note: "",
|
Note: "",
|
||||||
NoteRaw: "",
|
NoteRaw: "",
|
||||||
Memorial: FalseBool(),
|
Memorial: FalseBool(),
|
||||||
|
Reference in New Issue
Block a user