received handling
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 36s
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 36s
This commit is contained in:
parent
f4bc2ca9b0
commit
139ccbb136
@ -8,7 +8,7 @@ jobs:
|
||||
Build-TelegramBotBase:
|
||||
env:
|
||||
APP_PROJECT_NAME: TelegramBotBase
|
||||
PACKAGE_VERSION: "123.1.2"
|
||||
PACKAGE_VERSION: "123.1.3"
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
||||
@ -46,6 +46,8 @@ public class FormBaseMessageLoop : IMessageLoopFactory
|
||||
mr.Device = session;
|
||||
ur.Device = session;
|
||||
|
||||
session.OnMessageReceived(new(mr.Message));
|
||||
|
||||
var activeForm = session.ActiveForm;
|
||||
|
||||
//Pre Loading Event
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user