web: allow currently unused RemoveTag for symmetry
This commit is contained in:
@@ -895,6 +895,7 @@ pub enum Msg {
|
|||||||
SetUnread(String, bool),
|
SetUnread(String, bool),
|
||||||
AddTag(String, String),
|
AddTag(String, String),
|
||||||
AddTagAndGoToSearch(String, String),
|
AddTagAndGoToSearch(String, String),
|
||||||
|
#[allow(dead_code)]
|
||||||
RemoveTag(String, String),
|
RemoveTag(String, String),
|
||||||
RemoveTagAndGoToSearch(String, String),
|
RemoveTagAndGoToSearch(String, String),
|
||||||
Snooze(String, DateTime<Utc>),
|
Snooze(String, DateTime<Utc>),
|
||||||
|
|||||||
Reference in New Issue
Block a user