You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
(I'm new to bridging, apologies for any obvious blunders.)
I've set up the slack bridge with pantalaimon and my own home server. I have 2 way messages working in rooms, S->M & M->S.
When opening the DM via Element it was created with E2EE (see element-hq/element-meta#1264), then the bot sent an unencrypted hello message. Seems suspect, but not a big deal.
However, when I attempted to enable puppeting (as a user, not admin) by sending login, the bot doesn't respond.
Instead, I see this in the log:
Apr-28 02:14:34.781 ERROR EncryptedEventBroker !some_dm:example.com has no bridge users in the room
Apr-28 02:14:34.785 INFO bridge 10.0.0.5 - - [28/Apr/2021:02:14:34 +0000] "PUT /transactions/282?access_token=<REDACTED> HTTP/1.1" 200 2 "-" "Synapse/1.31.0"
To Reproduce
Steps to reproduce the behavior:
Stand up pantalaimon (in my setup, it's reachable by http://pantalaimon:8008 in Docker Swarm)
Postgres (my setup it's host slack_db)
Use the following slack bridge config. I attempted to swap homeserver.url to pantalaimon too, but no dice.
Describe the bug
(I'm new to bridging, apologies for any obvious blunders.)
I've set up the slack bridge with pantalaimon and my own home server. I have 2 way messages working in rooms, S->M & M->S.
When opening the DM via Element it was created with E2EE (see element-hq/element-meta#1264), then the bot sent an unencrypted hello message. Seems suspect, but not a big deal.
However, when I attempted to enable puppeting (as a user, not admin) by sending
login
, the bot doesn't respond.Instead, I see this in the log:
To Reproduce
Steps to reproduce the behavior:
http://pantalaimon:8008
in Docker Swarm)slack_db
)homeserver.url
to pantalaimon too, but no dice.help
commandExpected behavior
Bridge bot should reply
Desktop:
Additional context
Thanks in advance! 😄 If you have any pointers for where the problem could be, I may be able to help put a PR together.
The text was updated successfully, but these errors were encountered: