feat(MSC3440): implement threads for feed and notifications.
fix(sendHtmlNotice): possibly MSC1767 related.
This commit is contained in:
parent
3122361c6c
commit
5924009154
8 changed files with 56 additions and 10 deletions
|
@ -44,7 +44,7 @@ const run = async (roomId, userInput, rearchive) => {
|
|||
|
||||
let reply = null;
|
||||
try {
|
||||
reply = await matrixClient.sendHtmlNotice(roomId, '', reqStr(userInput));
|
||||
reply = await matrixClient.sendHtmlNotice(roomId, ' ', reqStr(userInput));
|
||||
const { refresh, id, title, date } = await archive(instance, userInput, rearchive);
|
||||
if (id)
|
||||
return await matrix.utils.editNoticeHTML(roomId, reply, arc2Str(`${config.archive.domain}${id}`, title, date));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue