From f449e7ba4f74119107db45f016ebfa52f6be5b5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hagen=20Dre=C3=9Fler?= <hagen.dressler@mni.thm.de>
Date: Tue, 6 Mar 2018 16:44:26 +0100
Subject: [PATCH] Edit model comment (add revision)

---
 src/app/comment.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/comment.ts b/src/app/comment.ts
index c199c32a0..ae8fddba9 100644
--- a/src/app/comment.ts
+++ b/src/app/comment.ts
@@ -1,6 +1,7 @@
 export class Comment {
   id: string;
   roomId: string;
+  revision: string
   subject: string;
   body: string;
   read: boolean;
-- 
GitLab