mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-22 22:52:35 +00:00
The newLabels parameter was accepted but never used in the function body; labels are synced through the separate updateLabels/AddPageLabels /DeletePageLabel calls. The dead parameter misled callers into thinking labels were being set during the page update. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>