mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 03:17:27 -06:00
[bugfix] Fix duplicating fields on profile edit (#1788)
* [bugfix] Fix duplicating fields on profile edit * test non-duplicate fields
This commit is contained in:
parent
e1b7ab2603
commit
17b9a937b1
3 changed files with 198 additions and 136 deletions
|
|
@ -526,6 +526,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||
SuspendedAt: time.Time{},
|
||||
HideCollections: FalseBool(),
|
||||
SuspensionOrigin: "",
|
||||
EnableRSS: FalseBool(),
|
||||
},
|
||||
"remote_account_1": {
|
||||
ID: "01F8MH5ZK5VRH73AKHQM6Y9VNX",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue