This commit is contained in:
Slick Daddy 2026-05-09 00:02:23 +03:00 committed by GitHub
parent bb7db5a712
commit 0345b91f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1521,7 +1521,8 @@ func createGroups(ctx context.Context, mqb models.GroupReaderWriter, n int, o in
name = getGroupStringValue(index, name)
group := models.Group{
Name: name,
Name: name,
Aliases: getGroupStringValue(i, "Aliases"),
URLs: models.NewRelatedStrings([]string{
getGroupEmptyString(i, urlField),
}),