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

Configure Feed

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

fix: leave meet image

+3 -3
+2 -2
kefi/routers/views.py
··· 80 80 text=f"*Kefi Plaza*\n{date.strftime('%A, %-d %B')}\n{date.strftime('%H:%M')}\n" 81 81 ), 82 82 accessory=ImageElement( 83 - image_url="https://api.slack.com/img/blocks/bkb_template_images/notifications.png", 84 - alt_text="calendar thumbnail", 83 + image_url="https://storage.staging.dekaside.com/kefi/static/images/kefi_plaza.png", 84 + alt_text="Kefi Plaza imagen", 85 85 ), 86 86 ), 87 87 DividerBlock(),
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "Kefi" 3 - version = "2.1.0" 3 + version = "2.1.1" 4 4 description = "An awesome project from Dekalabs" 5 5 authors = ["Deka <backend@dekalabs.com>"] 6 6