handleThirdPartyImageRoomMessage says that either of url, path, or buffer are fine to be passed in, but then calls isFilenameTagged(path), which I believe throws an exception when path is undefined, causing the image message not to be sent.
|
else if (this.isTaggedMatrixMessage(text) || isFilenameTagged(path)) { |