forked from cadence/out-of-your-element
Always use OOYE bot to send thread start context
This commit is contained in:
parent
d9d672bffd
commit
1016fb1d67
4 changed files with 5 additions and 2 deletions
|
@ -108,7 +108,8 @@ async function messageToEvent(message, guild, options = {}, di) {
|
|||
const event = await di.api.getEvent(roomID, eventID)
|
||||
return [{
|
||||
...event.content,
|
||||
$type: event.type
|
||||
$type: event.type,
|
||||
$sender: null
|
||||
}]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue