Always use OOYE bot to send thread start context
This commit is contained in:
@@ -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
|
||||
}]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user