Added edited_channel_post.

This commit is contained in:
Austin Huang 2016-12-14 10:09:14 -05:00 committed by GitHub
parent a614760b3f
commit 222c00ba20

View File

@ -170,7 +170,7 @@ export default class Bot extends EventEmitter {
}
update.forEach(res => {
const msg = res.message || res.edited_message || res.channel_post;
const msg = res.message || res.edited_message || res.channel_post || res.edited_channel_post;
let text = msg.text;
if (!text) {
return;