pull/21833/head
David Baker 2018-07-05 19:40:45 +01:00
parent 1f2d279a0a
commit fb7ce9dd7f
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ class WidgetEchoStore extends EventEmitter {
super(); super();
this._roomWidgetEcho = { this._roomWidgetEcho = {
// Map as below. For widgets that have been deleted locally, the object is empty. // Map as below. Object is the content of the widget state event,
// so for widgets that have been deleted locally, the object is empty.
// roomId: { // roomId: {
// widgetId: [object] // widgetId: [object]
// } // }