We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec363ba commit 1354089Copy full SHA for 1354089
src/sentry/integrations/slack/integration.py
@@ -202,9 +202,9 @@ def send_threaded_ephemeral_message_static(
202
*,
203
integration_id: int,
204
channel_id: str,
205
- thread_ts: str,
206
renderable: SlackRenderable,
207
slack_user_id: str,
+ thread_ts: str | None,
208
) -> None:
209
"""
210
In most cases, you should use the instance method instead, so an organization is associated
0 commit comments