note: remove unnecessary derive macros from NoteAction

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-04-29 13:04:50 -04:00
parent b9e2daf47a
commit e6212e5d17
4 changed files with 8 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ use super::context::ContextSelection;
use crate::zaps::NoteZapTargetOwned;
use enostr::{NoteId, Pubkey};
#[derive(Debug, Eq, PartialEq, Clone)]
#[derive(Debug)]
pub enum NoteAction {
/// User has clicked the quote reply action
Reply(NoteId),