You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
matrix-puppet-bridge/src/base.js
Line 644 in d5af7b9
The text was updated successfully, but these errors were encountered: