Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

parameter error in topic.ts #6

Open
WWQ-CODE opened this issue Mar 14, 2022 · 0 comments
Open

parameter error in topic.ts #6

WWQ-CODE opened this issue Mar 14, 2022 · 0 comments

Comments

@WWQ-CODE
Copy link

/**
* Check if given topic is online.
* @param topicName - Name of the topic to test.
*/
isTopicOnline(topicName: string): boolean {
const me = this.getMeTopic();
const cont = me && me.getContact(name);
return cont && cont.online;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant