Skip to content

Commit

Permalink
roomList() insteadof roomFindAll() (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed May 31, 2018
1 parent 9175170 commit 15919af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/puppet-padchat/puppet-padchat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@ export class PuppetPadchat extends Puppet {

log.verbose('PuppetPadchat', 'roomFindAll() TBD')

// TODO: query
// TODO: Issue #1255

// const rooomMap = (await this.bridge.checkSyncContactOrRoom()).roomMap
// const roomIdList: string[] = []
// rooomMap.forEach(async (value , id) => {
Expand Down

0 comments on commit 15919af

Please sign in to comment.