web: fix lint

This commit is contained in:
Bill Thiede 2025-11-03 17:19:08 -08:00
parent 243e35ec15
commit 8971fe3b6b

View File

@ -1170,7 +1170,6 @@ fn thread(
let open = open_messages.contains(&msg.id);
message_render(&msg, open)
});
let id = &thread.thread_id;
let read_thread_id = thread.thread_id.clone();
let unread_thread_id = thread.thread_id.clone();
let spam_add_thread_id = thread.thread_id.clone();