mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 03:41:30 +03:00
a5f3318f3b
This is a relatively obvious dispatch action that doesn't require a lot of complicated type definitions, so should be a good candidate to prove the thing works. If for some reason the thing stops working, we've done something wrong. This also adds a bit of generic types to the dispatch call so we don't confuse the tsx parser by using `dis.dispatch(<ViewUserPayload>{...})` as it thinks that's supposed to be a component. We still get type safety, and the thing remains happy with the generics approach. |
||
---|---|---|
.. | ||
BaseAvatar.js | ||
GroupAvatar.js | ||
MemberAvatar.js | ||
MemberStatusMessageAvatar.js | ||
RoomAvatar.js |