feat(slack): add default done reaction on completion

This commit is contained in:
Xubin Ren
2026-03-17 16:19:08 +08:00
committed by Xubin Ren
parent 8aebe20cac
commit 91ca82035a
2 changed files with 58 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ class SlackConfig(Base):
user_token_read_only: bool = True
reply_in_thread: bool = True
react_emoji: str = "eyes"
done_emoji: str = "white_check_mark"
allow_from: list[str] = Field(default_factory=list)
group_policy: str = "mention"
group_allow_from: list[str] = Field(default_factory=list)