small fix
This commit is contained in:
@@ -792,10 +792,12 @@ func regenerateResponse(ctx *laniakea.MsgContext, db *database.Context) {
|
||||
|
||||
func compress(ctx *laniakea.MsgContext, db *database.Context) {
|
||||
ctx.AnswerCbQueryText("Запущено сжатие чата…")
|
||||
m := ctx.Answer("Запущено сжатие чата…")
|
||||
_compress(ctx, db)
|
||||
kb := laniakea.NewInlineKeyboard(1)
|
||||
kb.AddCallbackButton("Назад", "rp.chat_stat")
|
||||
kb.AddCallbackButtonStyle("На главную", laniakea.ButtonStyleDanger, "rp.info")
|
||||
m.Delete()
|
||||
}
|
||||
|
||||
func _compress(ctx *laniakea.MsgContext, db *database.Context) {
|
||||
|
||||
Reference in New Issue
Block a user