forked from cadence/out-of-your-element
Finish room diffing and syncing. All tests pass
This commit is contained in:
parent
f09eeccef3
commit
3fbe7eed6e
13 changed files with 658 additions and 529 deletions
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
},
|
||||
"m.room.avatar/": {
|
||||
discord_path: "/icons/112760669178241024/a_f83622e09ead74f0c5c527fe241f8f8c.png?size=1024",
|
||||
url: "mxc://cadence.moe/sZtPwbfOIsvfSoWCWPrGnzql"
|
||||
url: "mxc://cadence.moe/zKXGZhmImMHuGQZWJEFKJbsF"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -82,4 +82,4 @@ module.exports = {
|
|||
system_channel_flags: 0|0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,4 +12,4 @@ const sync = new HeatSync({persistent: false})
|
|||
|
||||
Object.assign(passthrough, { config, sync, db })
|
||||
|
||||
require("../d2m/actions/create-room")
|
||||
require("../d2m/actions/create-room.test")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue