mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
Fixed reserved visits page
This commit is contained in:
@@ -74,7 +74,8 @@ class Chat(val userId: UserId, dataService: DataService, monitoringService: Moni
|
||||
|
||||
when(VisitsChat, visitsActor) {
|
||||
case Event(Command(_, Text("/reserved"), _), _) =>
|
||||
visitsActor ! Init
|
||||
visitsActor ! InitConversation
|
||||
visitsActor ! StartConversation
|
||||
stay()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user