frontend: clamp telegram api response to 4096 chars

This commit is contained in:
Lan Tian
2021-03-31 22:43:46 +08:00
parent dc4d7e6532
commit 5b5a09ccbd
3 changed files with 7 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ go 1.15
require (
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/gorilla/handlers v1.5.1
github.com/kevinburke/go-bindata v3.22.0+incompatible // indirect
)