mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] replace UniqueStrings with Deduplicate (#3154)
This commit is contained in:
@@ -288,5 +288,5 @@ func (t *tagDB) GetAccountIDsFollowingTagIDs(ctx context.Context, tagIDs []strin
|
||||
}
|
||||
accountIDs = append(accountIDs, tagAccountIDs...)
|
||||
}
|
||||
return util.UniqueStrings(accountIDs), nil
|
||||
return util.Deduplicate(accountIDs), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user