MCPcopy
hub / github.com/wechaty/wechaty / sync

Method sync

src/user/room.ts:325–327  ·  view source on GitHub ↗

* Force reload data for Room, Sync data from puppet API again. * * @returns {Promise } * @example * await room.sync()

()

Source from the content-addressed store, hash-verified

323 * await room.sync()
324 */
325 public async sync (): Promise<void> {
326 await this.ready(true)
327 }
328
329 /**
330 * `ready()` is For FrameWork ONLY!

Callers 5

initPuppetEventBridgeMethod · 0.45
config.tsFile · 0.45
getModuleVersionMethod · 0.45
acceptMethod · 0.45
room.spec.tsFile · 0.45

Calls 1

readyMethod · 0.95

Tested by

no test coverage detected