recoilme / tgram

typegram: open source publishing platform
http://tgr.am
GNU General Public License v3.0
335 stars 32 forks source link

Fix index out of bounds panic #98

Closed ghost closed 6 years ago

ghost commented 6 years ago

channel[0] could panic here: https://github.com/recoilme/tgram/blob/01cd714c8f0522e9663d45a2318405ca397da31a/routers/routers.go#L1199

Also simplify the code (no need to call ParseForm).

recoilme commented 6 years ago

Thank you!