fix(timeline): some missing files
This commit is contained in:
parent
8e2ce18f26
commit
12c422c324
2 changed files with 35 additions and 0 deletions
9
commands/expand.js
Normal file
9
commands/expand.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
exports.runQuery = async (roomId, event, userInput) => {
|
||||
return matrix.utils.fetchEncryptedOrNot(roomId, { event_id: userInput })
|
||||
.then(event => matrix.utils.expandReact(event))
|
||||
.catch(e => {
|
||||
matrixClient.sendHtmlNotice(roomId, 'Sad!', '<strong>Sad!</strong>')
|
||||
})
|
||||
.catch(() => {});
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue