The logs from this are already cleared on my server, but when I sent a private message (standard Create/Note with a single recipient who also has a Mention in the tag property) from my custom software to my account here, I received a 500 error saying something like “cc is not iterable” (though I don’t know the exact phrasing). When I included cc as an empty array, it started working. Not sure whether it was missing on Create or Note, maybe it was both.
@freamon thanks! Happy to look into handling
Create(ChatMessage)
… I think the error aside, NodeBB would drop it anyway sinceChatMessage
isn’t an expected post type.@julian Oh, I’ve just realised I read Nutomic’s PR the wrong way around. After 2.0, you’ll start getting Notes from them. If ‘ChatMessage’ processing isn’t worth handling by NodeBB, I can change PieFed to send you Notes instead.