Merge pull request 'do not show show_projects button (probably temporarly)' (#21) from dev into main
All checks were successful
Build && Deploy / cargo build (push) Successful in 1m6s

Reviewed-on: #21
This commit is contained in:
akulij 2025-06-04 08:34:25 +00:00
commit 23c4c18b91

View File

@ -5,7 +5,6 @@ const PROJECTS_COUNT = 2
const start_msg = {
buttons: [
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
[{ name: { literal: "show_projects" }, callback_name: "project_0" }],
[{ name: { literal: "more_info_btn" }, callback_name: "more_info" }],
[{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }],
], // default is `null`
@ -21,7 +20,6 @@ const dialog = {
replace: true,
buttons: [
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
[{ name: { literal: "show_projects" }, callback_name: "project_0" }],
[{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }],
[{ name: { name: "🏠 На главную" }, callback_name: "start" }],
]