Remove outdated documentation

This commit is contained in:
Daniel Gasienica 2018-03-28 16:05:36 -04:00
parent efe3cd67fc
commit 5910f84af4

View file

@ -17,7 +17,6 @@ const { migrateDataToFileSystem } = require('./attachment/migrate_data_to_file_s
// key: ArrayBuffer
// size: integer
// thumbnail: ArrayBuffer
// schemaVersion: integer
// }
// // Outgoing message attachment fields
@ -26,7 +25,6 @@ const { migrateDataToFileSystem } = require('./attachment/migrate_data_to_file_s
// data: ArrayBuffer
// fileName: string
// size: integer
// schemaVersion: integer
// }
// Returns true if `rawAttachment` is a valid attachment based on our current schema.