Merge pull request #1886 from matrix-org/rxl881/widgetFixes
Fix 'state_key' field name.
This commit is contained in:
commit
e5c0b21a28
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ function setWidget(event, roomId) {
|
|||
userWidgets[widgetId] = {
|
||||
content: content,
|
||||
sender: client.getUserId(),
|
||||
stateKey: widgetId,
|
||||
state_key: widgetId,
|
||||
type: 'm.widget',
|
||||
id: widgetId,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue