Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Nov 19, 2023
1 parent 9266b55 commit dc41b97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,18 @@ def update_home_tab(client, event, logger):
"type": "mrkdwn",
"text": f"*User message count:* {message_month_count or ''}"
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "Powered by https://www.i365.tech/"
}
]
}
]
user_block_info.extend(blocks)
Expand Down

0 comments on commit dc41b97

Please sign in to comment.