fix message acking (#1368)

This commit is contained in:
Gus Caplan
2017-04-11 11:54:25 -05:00
committed by Amish Shah
parent 6495df50f9
commit 8dfc96d460

View File

@@ -165,7 +165,7 @@ const Endpoints = exports.Endpoints = {
return {
toString: () => mbase,
reactions: `${mbase}/reactions`,
ack: `${base}/ack`,
ack: `${mbase}/ack`,
Reaction: (emoji, limit) => {
const rbase = `${mbase}/reactions/${emoji}${limit ? `?limit=${limit}` : ''}`;
return {