Доработка работы с несколькими адаптерами
This commit is contained in:
@@ -215,7 +215,7 @@ public sealed class BotPagesApp
|
||||
SessionKey = sessionKey,
|
||||
StateStorage = _state,
|
||||
Navigation = _navigation,
|
||||
Adapter = _adapterFactory.Resolve(update.AdapterId),
|
||||
Adapter = _adapterFactory.Resolve(update.Adapter.Id),
|
||||
AdapterFactory = _adapterFactory,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user