We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1835bc commit 5476fa1Copy full SHA for 5476fa1
octoprint_Octoslack/__init__.py
@@ -3458,12 +3458,18 @@ def send_slack_message(
3458
)
3459
else:
3460
apiRsp = slackAPIConnection.chat.post_message(
3461
- channel, text="", attachments=attachments_json
+ channel,
3462
+ as_user=True,
3463
+ text="",
3464
+ attachments=attachments_json,
3465
3466
self._bot_progress_last_req = apiRsp
3467
3468
3469
3470
3471
3472
3473
3474
self._logger.debug(
3475
"Slack API message send response: " + apiRsp.raw
0 commit comments