don't send "" for attachments without content
This commit is contained in:
parent
1591bfc578
commit
d592a3c82e
5 changed files with 104 additions and 42 deletions
1
stdin.js
1
stdin.js
|
@ -11,6 +11,7 @@ const createRoom = sync.require("./d2m/actions/create-room")
|
|||
const registerUser = sync.require("./d2m/actions/register-user")
|
||||
const mreq = sync.require("./matrix/mreq")
|
||||
const api = sync.require("./matrix/api")
|
||||
const sendMessage = sync.require("./m2d/actions/send-message")
|
||||
const guildID = "112760669178241024"
|
||||
|
||||
const extraContext = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue