You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove top padding from app tile.
This commit is contained in:
@@ -336,7 +336,6 @@ function setWidget(event, roomId) {
|
||||
if (userWidget) {
|
||||
console.warn('Adding user widget');
|
||||
const client = MatrixClientPeg.get();
|
||||
// client.setAccountData('m.widgets', {});
|
||||
const userWidgets = client.getAccountData('m.widgets').getContent() || {};
|
||||
|
||||
// Delete existing widget with ID
|
||||
|
||||
Reference in New Issue
Block a user