Robin
Robin
@rksingh2001 You're welcome to! If you encounter any problems, you can ask about them in [#element-dev:matrix.org](https://matrix.to/#/#element-dev:matrix.org).
Yes, the majority of Element Web's code is actually in matrix-react-sdk, so you should open your PR there.
I am currently seeing general slowness across the entire app, which would suggest memory issues of some sort. Not sure whether that counts as this issue.
By disabling threads, I've now definitely gotten the app to a place where it is responsive overall, but still slow (1~10 seconds) to switch spaces.
@sentinel-sam You're more than welcome to submit a fix, though our [current policy](https://github.com/vector-im/element-meta/wiki/Guidance-on-assigning-issues) is to wait until at least a draft PR has been submitted before assigning a new external...
First MSC, eager to see how this goes! :)
@daenney > If I understand how it interacts with Spaces correctly, it would mostly "automate" altering the `m.room.member` state but the behaviour of that needing to happen after a join...
I just pushed a reworked version which hopefully resolves most concerns about room/space profiles not being first-class, so I'd be very grateful to get feedback on this again. The new...
Hi @Mikaela, those are all use cases that the general idea of per-room and per-space profiles was meant to solve, however this MSC is unfortunately blocked behind other spec work...
This is unfortunately still blocked behind extensible profiles, peeking over federation, and changes to sync, so I don't think this is going to develop anytime soon.