Skip to content

public vs private "groups" (channels) #217

Description

@luuvasara

As a realization from copy/pasting channel mappings:

There would appear to be a bug when mapping (in config.json file) a public slack channel (vs private) without the hash prefix (to a irc channel), the relay becomes one way (irc to slack, not slack to irc, so basically part of it still works).

Bug (messages relayed only from irc-channel-second to slack-public):

    "channelMapping": {
      "slack-private": "#irc-channel-first",
      "slack-public": "#irc-channel-second"
    }

Working (messages relayed both ways between slack-public and #irc-channel-second):

    "channelMapping": {
      "slack-private": "#irc-channel-first",
      "#slack-public": "#irc-channel-second"
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions