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

parameter error in topic.ts #6

Open
@WWQ-CODE

Description

@WWQ-CODE

/**
* 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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions