rht
|
05eaaff802
|
slack-bridge: Order imports properly.
|
2021-05-24 14:17:38 -07:00 |
|
rht
|
5b2da94ba5
|
slack-bridge: Use threading instead of multiprocessing.
This will fix the bug reported in
https://chat.zulip.org/#narrow/stream/127-integrations/topic/bridge_with_slack/near/1182555,
which is specific to macOS.
The error message is
```
AttributeError: Can't pickle local object 'SlackBridge.zulip_to_slack.<locals>._zulip_to_slack'
```
|
2021-05-24 14:17:38 -07:00 |
|
rht
|
2d9cf64db8
|
slack-bridge: Use slack_sdk instead of the deprecated slackclient.
|
2021-05-24 14:17:38 -07:00 |
|
rht
|
e992f14522
|
slack-bridge: Use WebClient to post message in Slack.
|
2020-08-25 15:55:25 -07:00 |
|
rht
|
47a4f258d7
|
slack-bridge: Update processing of members list according to new API.
|
2020-08-25 15:55:25 -07:00 |
|
rht
|
89d0dd56b9
|
slack-bridge: Fall back to real_name when display_name is empty.
This will intentionally raise exception when a real_name field of a user
is empty.
|
2020-08-25 15:55:25 -07:00 |
|
rht
|
02867979ee
|
bridge: Initialize bridge_with_slack.
|
2020-08-25 15:55:25 -07:00 |
|