keybase / keybase-bot

exploration with the keybase chat API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`watch` fns shouldn't call back with ephemeral messages right now

malgorithms opened this issue · comments

I noticed from writing my own bot that it got an error if someone sent it an ephemeral message...and it tried to read the sender from it. the message came in through watchAllChannelsForNewMessages. I didn't look at what the exact error was, but we should probably just hide these messages for now, so they're not returned.