More doc
parent
1f2d279a0a
commit
fb7ce9dd7f
|
@ -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]
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in New Issue