core: only send voice messages without acceptance (#1444)

* core: only send voice messages without acceptance

* remove some unnecessary changes

* update

* refactor receiveInlineMode
This commit is contained in:
Evgeny Poberezkin
2022-11-26 22:39:56 +00:00
committed by GitHub
parent ade8c97b16
commit 7f0355ec67
9 changed files with 98 additions and 58 deletions

View File

@@ -129,6 +129,7 @@ mobileChatOpts =
chatCmd = "",
chatCmdDelay = 3,
chatServerPort = Nothing,
allowInstantFiles = True,
maintenance = True
}