[API/Librus] Fix message attachment downloading.

This commit is contained in:
Kuba Szczodrzyński 2020-03-24 12:51:49 +01:00
parent 1d57c4e705
commit 49825aca48

View File

@ -127,7 +127,7 @@ object Regexes {
val LIBRUS_ATTACHMENT_KEY by lazy {
"""singleUseKey=([0-9A-f_]+)""".toRegex()
"""singleUseKey=([0-9A-z_]+)""".toRegex()
}