Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slack-telegram bridge only works one way #178

Closed
NikkyAI opened this issue May 26, 2017 · 2 comments
Closed

slack-telegram bridge only works one way #178

NikkyAI opened this issue May 26, 2017 · 2 comments

Comments

@NikkyAI
Copy link
Contributor

NikkyAI commented May 26, 2017

Please answer the following questions.

Which version of matterbridge are you using?

run matterbridge -version
version: 0.12.1
87229ba

Please describe the expected behavior.

bidirectional bridge between telegram and slack

Please describe the actual behavior.

messages from slack to telegram are sent, but messages from telegram are not picked up and do not appear in the debug log

Use logs from running matterbridge -debug if possible.

Please add your configuration file

(be sure to exclude or anonymize private data (tokens/passwords))

[slack]
    [slack.uni]

    useAPI=true
    Token="token"

    RemoteNickFormat="{NICK}"

[telegram]
    [telegram.uni]
    #REQUIRED
    Token="token"
    UseFirstName=false
    EditDisable=false

    EditSuffix=" (edited)"
    IgnoreNicks="spammer1 spammer2"
    ShowJoinPart=false
    
    RemoteNickFormat="<{NICK}> "

[[gateway]]
#REQUIRED and UNIQUE
name="organization"
enable=true
    [[gateway.inout]]
    account="slack.uni"
    channel="general" #general

    [[gateway.inout]]
    account="telegram.uni"
    channel="-10010715xxxxx"

[[gateway]]
#REQUIRED and UNIQUE
name="chat"
enable=true
    [[gateway.inout]]
    account="slack.uni"
    channel="random"

    [[gateway.inout]]
    account="telegram.uni"
    channel="-167837xxx"
@42wim
Copy link
Owner

42wim commented May 26, 2017

Are you sure it has the rights to receive messages ? https://core.telegram.org/bots#privacy-mode
Could you try yagop/node-telegram-bot-api#174 (comment)

@NikkyAI
Copy link
Contributor Author

NikkyAI commented May 26, 2017

that migth be it.. turns out the idiots on telgram do not want it anymore.. sorry to waste your time..

@NikkyAI NikkyAI closed this as completed May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants