mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 06:10:38 +01:00
* Fixes flag note editing, deletion, and template update Flag note datetime should be int. Corrects argument order for note reloading. * Chore: add missing radix * fix: empty append bug This line results in an error message popping up when clicking the flag notes text box, as the 'appendNote' case fires with no text. I can't tell that it serves any function.