Add Slack thread/reply support (#93384)

This commit is contained in:
Fletcher 2023-09-21 17:06:55 +08:00 committed by GitHub
parent e4742c04f2
commit 11c4c37cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 6 deletions

View file

@ -10,6 +10,7 @@ ATTR_SNOOZE = "snooze_endtime"
ATTR_URL = "url"
ATTR_USERNAME = "username"
ATTR_USER_ID = "user_id"
ATTR_THREAD_TS = "thread_ts"
CONF_DEFAULT_CHANNEL = "default_channel"