possible tweaks/improvements to "latest note" handling
- in
NoteCreateService
, the call toupdateLatestNote
in inside atry
block designed for updating polls, that's a bit weird; it should probably be inside thepostNoteCreated
method -
NoteCreateService.updateLatestNote
usesisQuote
andisRenote
from@/misc/is-renote.js
, but theNoteCreateService
class has its own methods that do nearly the same thing: can we use those? if so, do it; if not, add a comment explaining why