mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
Fix HtmlText exception with empty texts
This commit is contained in:
parent
b9299810b8
commit
88c05287be
3 changed files with 10 additions and 11 deletions
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
pr: none
|
||||
trigger: [ master ]
|
||||
|
||||
name: 4.1.2-dev.$(Rev:r)
|
||||
name: 4.1.3-dev.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
|
|
|||
3
.github/release.yml
vendored
3
.github/release.yml
vendored
|
|
@ -62,7 +62,6 @@ stages:
|
|||
{
|
||||
"status": "success",
|
||||
"complete": true,
|
||||
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\"
|
||||
}"
|
||||
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\"}"
|
||||
}
|
||||
waitForCompletion: 'false'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue