mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
refactor: rename NoteAction::Quote -> Repost
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -867,7 +867,7 @@ fn render_note_actionbar(
|
||||
}
|
||||
|
||||
if quote_resp.clicked() {
|
||||
action = Some(NoteAction::Quote(NoteId::new(*note_id)));
|
||||
action = Some(NoteAction::Repost(NoteId::new(*note_id)));
|
||||
}
|
||||
|
||||
action = zap_actionbar_button(ui, note_id, note_pubkey, zapper, i18n).or(action);
|
||||
|
||||
Reference in New Issue
Block a user