From ed271d41f43d4bdb806ce77d1e8a4a57842843aa Mon Sep 17 00:00:00 2001 From: Richard Alam Date: Wed, 8 Jul 2015 17:30:38 +0000 Subject: [PATCH] - store poll result into whiteboard history --- .../main/scala/org/bigbluebutton/core/apps/WhiteboardApp.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/WhiteboardApp.scala b/akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/WhiteboardApp.scala index 1938e430a4..bf531c41a4 100755 --- a/akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/WhiteboardApp.scala +++ b/akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/WhiteboardApp.scala @@ -32,6 +32,7 @@ trait WhiteboardApp { && ((WhiteboardKeyUtil.RECTANGLE_TYPE == shapeType) || (WhiteboardKeyUtil.ELLIPSE_TYPE == shapeType) || (WhiteboardKeyUtil.TRIANGLE_TYPE == shapeType) + || (WhiteboardKeyUtil.POLL_RESULT_TYPE == shapeType) || (WhiteboardKeyUtil.LINE_TYPE == shapeType))) { // println("Received [" + shapeType +"] draw end status") wbModel.addAnnotation(wbId, shape)