--- a/client/src/store/noteRecord.js Thu Jun 01 15:20:31 2017 +0200
+++ b/client/src/store/noteRecord.js Thu Jun 01 16:15:08 2017 +0200
@@ -2,6 +2,7 @@
export default Immutable.Record({
id: '',
- text: '',
- session: ''
+ session: '',
+ plain: '',
+ raw: {}
});