Leave actions as HashSet

This commit is contained in:
Phillip Davis 2022-07-05 21:52:50 -04:00
parent 23f02f241e
commit fb9b298645
No known key found for this signature in database
GPG Key ID: EF6116274E70E43F

View File

@ -131,8 +131,6 @@ impl HeedAuthStore {
}
}
let actions = actions.iter().collect::<Vec<&Action>>();
let no_index_restriction = key.indexes.contains(&StarOr::Star);
for action in actions {
if no_index_restriction {