WIP: feature: threads'n'forums #74

Draft
Guzio wants to merge 109 commits from Guzio/out-of-your-element:mergable-fr-fr into main
Showing only changes of commit fa916699a7 - Show all commits

View file

@ -286,7 +286,7 @@ const commands = [{
} }
catch (e){ catch (e){
const what_how = typeof e const what_how = typeof e
console.log("Type of "+e+" is "+what_how) console.log("Type of "+e+" is "+what_how+" with keys: "+Object.keys(e))
if (e.code === "NO_ATTACH_TARGET") { if (e.code === "NO_ATTACH_TARGET") {
return api.sendEvent(event.room_id, "m.room.message", { return api.sendEvent(event.room_id, "m.room.message", {
...ctx, ...ctx,