web: allow currently unused RemoveTag for symmetry

This commit is contained in:
2026-02-01 15:27:25 -08:00
parent f311e517a9
commit d10a34e32e

View File

@@ -895,6 +895,7 @@ pub enum Msg {
SetUnread(String, bool),
AddTag(String, String),
AddTagAndGoToSearch(String, String),
#[allow(dead_code)]
RemoveTag(String, String),
RemoveTagAndGoToSearch(String, String),
Snooze(String, DateTime<Utc>),