Ready to implement room widget
This commit is contained in:
9
matrixgw_frontend/src/widgets/messages/RoomWidget.tsx
Normal file
9
matrixgw_frontend/src/widgets/messages/RoomWidget.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { UsersMap } from "../../api/matrix/MatrixApiProfile";
|
||||
import type { Room } from "../../api/matrix/MatrixApiRoom";
|
||||
|
||||
export function RoomWidget(p: {
|
||||
room: Room;
|
||||
users: UsersMap;
|
||||
}): React.ReactElement {
|
||||
return <>room</>;
|
||||
}
|
||||
Reference in New Issue
Block a user