Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

black is black

+3
+3
kefi/routers/helpers.py
··· 258 258 ) 259 259 return {"response_action": "clear"} 260 260 261 + def _view_submission_give_kudos(self, view_id: str) -> list | dict: 262 + return {"response_action": "clear"} 263 + 261 264 def interaction_view_submission(self) -> list | dict: 262 265 """Handles the submissions from a view.""" 263 266 view_id = self.payload["view"]["id"]