remove PostActionExecutor

Just use PostAction::execute

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-26 08:00:12 -07:00
parent 13d6873eb1
commit dbb164970c
4 changed files with 31 additions and 38 deletions

View File

@@ -25,7 +25,6 @@ mod nav;
mod note;
mod notecache;
mod post;
mod post_action_executor;
mod profile;
pub mod relay_pool_manager;
mod result;