This commit is contained in:
Pieter Vander Vennet 2025-10-13 10:13:12 +02:00
parent 604ea6fb3e
commit abe81abb22
7 changed files with 49 additions and 20 deletions

View file

@ -26,8 +26,7 @@
const id = tags.data[idkey]
await state.osmConnection.closeNote(id, message)
NoteCommentElement.addCommentTo(message, tags, state)
tags.data["closed_at"] = new Date().toISOString()
tags.ping()
NoteCommentElement.mimickStatusChange(tags, false)
}
</script>