More doc
This commit is contained in:
parent
1f2d279a0a
commit
fb7ce9dd7f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue