splatterxl

Results 18 comments of splatterxl

> It should return `{ "code": 50109, "message": "The request body contains invalid JSON." }` > It is completely valid JSON. What you might be thinking of is that it...

Do you mean sending `{ "recipient_id": 0000000 }` instead of sending it in `{ "data": { ... } }`? If so your bug report is technically incorrect, the expected behaviour...

> But why does it respond with an error saying bots cannot access the endpoint? The client uses this endpoint to create group DMs (which I'm pretty sure bots can't),...

> The endpoint is for creating direct messages (in my case) Your case isn't entirely what the endpoint does. The endpoint is also used by the client to create group...

Does the new field accept an arbitrary number of seconds or is it a predefined list?

The nonce field is used for deduplication of messages by the client and has no effect on bot messages.

it doesn't run a different command it, just runs alongside the normal package install, although I'm not sure about which goes first; "postinstall" would be better here for both semantics...

can still repro even without the `type` param in the example

This could be improved by using some kind of a system that fetches messages *around* the one in focus at the current moment and pops ones that are out of...