forked from cadence/out-of-your-element
completed user syncing. it occurs on message send
This commit is contained in:
parent
f418d51e55
commit
22dde9faf7
4 changed files with 90 additions and 4 deletions
|
@ -144,6 +144,8 @@ async function _syncRoom(channelID, shouldActuallySync) {
|
|||
return existing // only need to ensure room exists, and it does. return the room ID
|
||||
}
|
||||
|
||||
console.log(`[room sync] to matrix: ${channel.name}`)
|
||||
|
||||
const {spaceID, channelKState} = await channelToKState(channel, guild)
|
||||
|
||||
// sync channel state to room
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue