chore (backend-rs): add TODO comment
This commit is contained in:
parent
7e8d71003f
commit
2fdd165144
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ pub async fn update_antennas_on_new_note(
|
||||||
note_author: &Acct,
|
note_author: &Acct,
|
||||||
note_muted_users: Vec<String>,
|
note_muted_users: Vec<String>,
|
||||||
) -> Result<(), Error> {
|
) -> Result<(), Error> {
|
||||||
|
// TODO: do this in parallel
|
||||||
for antenna in antennas().await?.iter() {
|
for antenna in antennas().await?.iter() {
|
||||||
if note_muted_users.contains(&antenna.user_id) {
|
if note_muted_users.contains(&antenna.user_id) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue