Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix integration manager not updating when set #3510

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Commits on Oct 2, 2019

  1. Fix integration manager not updating when set

    setUserWidget was modifying the content of the old event itself,
    so when `waitForUserWidget()` checked the content to see if it was
    there yet, it was, but because the echo hadn't come back, the
    IntegrationManager hadn't rebuilt its list.
    
    In other news, its terrifying that we can just accidentally modify
    the content of an event in the store. I'm going to make a js-sdk
    PR that freezes the content and see what breaks...
    
    Fixes element-hq/element-web#10977
    dbkr committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d82a05f View commit details
    Browse the repository at this point in the history