- Status: ???
- Maintainers: ???
- Features: ???
Basic configuration example:
[slack]
[slack.myslack]
RemoteNickFormat="{BRIDGE} - @{NICK}"
Token="#####"
# this will maps threads from other bridges on slack threads
PreserveThreading=trueSee account.md.
This is a simple comparison of the Slack connection methods, to help you understand and differentiate between each:
| 👇 Feature \ Token Type 👉 | Bot user | Legacy (personal account) |
Legacy (dedicated account) |
|---|---|---|---|
| Bridge Type | slack |
slack-legacy |
slack-legacy |
| Token prefix | xoxb- |
xoxp- |
xoxp- |
| Supported | ✅ | ✅ | |
| 1. Auto-join channels | ✅ | ✅ | |
| 3. Uses separate integration slot | ❌ | ||
| 4. User's outgoing messages relayed | ✅ | ✅ | |
| 5. File uploads show as from... | bot | you | dedicated user |
Did you set RemoteNickFormat?
Try adding RemoteNickFormat="<{NICK}>"
If you're using WebhookURL in your Slack configuration, this is normal.
If you only have Token configuration, this could be a bug. Please open an issue.