matrix-public-archive/shared
Eric Eastwood fd00fec6f1
Fix `DisabledComposerView` description being overriden by powerlevel changes (#58)
We added the description in https://github.com/matrix-org/matrix-public-archive/pull/54 but then made a fix to one of the after render errors, https://github.com/matrix-org/matrix-public-archive/pull/57, which exposed that the description is then overriden when the powerlevel changes.

We now just override the getters directly instead of the internal fields which are overwritten internally.

---

This also fixes a warning from Hydrogen in the console:

```
disposable not found, did it leak? {kind: 'disabled', description: Array(3)}
```
2022-08-31 00:16:14 -05:00
..
lib Use `DisabledComposerView` instead of no composer to add message (#54) 2022-08-30 19:10:57 -05:00
viewmodels Use `DisabledComposerView` instead of no composer to add message (#54) 2022-08-30 19:10:57 -05:00
views Use `DisabledComposerView` instead of no composer to add message (#54) 2022-08-30 19:10:57 -05:00
.eslintrc.json Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00
4-hydrogen-vm-render-script.js Fix `DisabledComposerView` description being overriden by powerlevel changes (#58) 2022-08-31 00:16:14 -05:00