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

View file

@ -1520,9 +1520,10 @@ func createGroups(ctx context.Context, mqb models.GroupReaderWriter, n int, o in
// groups [ i ] and [ n + o - i - 1 ] should have similar names with only the Name!=NaMe part different
name = getGroupStringValue(index, name)
aliases := getGroupEmptyString(i, "Aliases")
group := models.Group{
Name: name,
Aliases: getGroupStringValue(i, "Aliases"),
Aliases: aliases,
URLs: models.NewRelatedStrings([]string{
getGroupEmptyString(i, urlField),
}),