-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot delete widget in web interface #12941
Comments
Looks like the server is a bit slow and failing to send the updated widget back down to the client. That should happen within 20 seconds, but for some reason isn't. |
While the root cause is likely different here, I added a widget with {
"data": {},
"name": "Custom Widget",
"type": "m.custom",
"url": "https://www.devalias.net/",
"creatorUserId": "@REDACTED:beeper.com",
"id": "!REDACTED%3Abeeper.com_%REDACTED%3Abeeper.com_REDACTED",
"roomId": "!REDACTED:beeper.com",
"eventId": "REDACTED",
"_isEmojiBody": null
} Is there any way to manually remove this? Even if it's by sending a custom event/etc? |
@0xdevalias have you checked for the widget in the right panel? By default widgets are unpinned |
I was looking in the right panel, under widgets, and it doesn't show there. Which is why I was looking in the devtools for an alternative way to do it. |
Ok, so I found a way to do it within this document:
Basically I:
So the entire 'Event Content' ended up looking like this:
After doing that, |
Via some steps for renaming widgets found here:
It seems that the 'delete' steps I took above in #12941 (comment) aren't necessarily complete/correct, as I can still see data/entries when I use |
This is occurring in the Linux desktop app as well. Even following the steps posted by @0xdevalias does not get rid of the widget(s). |
* feat: added error handling for room publish toggle * chore: fixed the messages and removed `console.log` * chore: added minor comment that was removed * fix: addressed review comments * fix: fixed linting
Description
I recently setup an internal matrix homeserver with riot-web attached. During first plays with the rooms I found 2 widgets (jitsi) that I cannot remove permanently.
Unfortunately, I cannot tell where these widgets came from. Yesterday there was only one widget that I added and that I could remove without problems.
Steps to reproduce
An error ocurred whilst trying to remove the widget from the room
and the widget gets reloaded.Logs being sent: yes
Version information
For the web app:
vectorim/riot-web:develop
(akad9fbbe16968c-react-2bf4513b44e7-js-21908aea6cb4
), same happens for the:latest
imageAdditional information
Console log states
!BDLITNyAGlAbOgFLNl:aes-sb.de
that caused the issuesThe text was updated successfully, but these errors were encountered: