element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
Apache License 2.0
10.89k stars 1.92k forks source link

Disable earlier fix for member avatar in composer once server-fix is in place #7367

Open bwindels opened 5 years ago

bwindels commented 5 years ago

https://github.com/matrix-org/matrix-react-sdk/pull/2132 can probably be reverted once https://github.com/matrix-org/synapse/pull/3916 is available on matrix.org HS.

Only HS with clients with LL enabled that are not running latest synapse would see crashes in their riot? Sounds like saying there "this is an unstable feature and you need to update synapse to keep using it" is ok.

bwindels commented 5 years ago

Parking this for now

MadLittleMods commented 2 years ago

For reference, it looks like the fix from https://github.com/matrix-org/matrix-react-sdk/pull/2132 is still in place at src/components/views/rooms/MessageComposer.tsx#L242-L256