Skip to content

Commit

Permalink
Re-run entrypoint generators after changing preference value
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 11, 2025
1 parent d57d10d commit 61b71c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/server/src/plugins/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ impl ApplicationManager {
self.db_repository.set_preference_value(plugin_id.to_string(), entrypoint_id.map(|id| id.to_string()), preference_id, user_data)
.await?;

self.request_search_index_reload(plugin_id);

Ok(())
}

Expand Down

0 comments on commit 61b71c8

Please sign in to comment.