Skip to content

Commit

Permalink
Resolve permalink (#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Jul 3, 2023
1 parent 74edeee commit fce1b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugins/dispatch_slack/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def get_message_permalink(client: WebClient, conversation_id: str, ts: str) -> s
SlackAPIGetEndpoints.chat_permalink,
channel=conversation_id,
message_ts=ts,
)
)["permalink"]


def send_message(
Expand Down

0 comments on commit fce1b8d

Please sign in to comment.