received handling
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 36s

This commit is contained in:
Максим Човнюк 2024-12-07 21:39:27 +05:00
parent f4bc2ca9b0
commit 139ccbb136
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
Build-TelegramBotBase: Build-TelegramBotBase:
env: env:
APP_PROJECT_NAME: TelegramBotBase APP_PROJECT_NAME: TelegramBotBase
PACKAGE_VERSION: "123.1.2" PACKAGE_VERSION: "123.1.3"
strategy: strategy:
matrix: matrix:
os: os:

View File

@ -46,6 +46,8 @@ public class FormBaseMessageLoop : IMessageLoopFactory
mr.Device = session; mr.Device = session;
ur.Device = session; ur.Device = session;
session.OnMessageReceived(new(mr.Message));
var activeForm = session.ActiveForm; var activeForm = session.ActiveForm;
//Pre Loading Event //Pre Loading Event