Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Channel canvases are exported as `canvas_in_the_conversation.json` files in the channel directory. These files contain "canvas" objects (`filetype="quip"`) which are exported in much the same way as normal file uploads. However, because the canvases are meant to be living documents, they have no `ts` key in them. This lack of a `ts` was causing import errors. To resolve this, the channel message loader now only loads messages from filenames matching the pattern `*-*-*.json`, which excludes the channel canvas file. Fixes #28
- Loading branch information