WIP: Migrate to matrix-rust-sdk #111

Draft
pierre wants to merge 92 commits from migrate-to-matrix-sdk into master
Showing only changes of commit d10c4d1a1c - Show all commits

View File

@@ -1,7 +1,7 @@
import AddReactionIcon from "@mui/icons-material/AddReaction";
import DeleteIcon from "@mui/icons-material/Delete";
import EditIcon from "@mui/icons-material/Edit";
import DownloadIcon from "@mui/icons-material/Download";
import EditIcon from "@mui/icons-material/Edit";
import {
Box,
Button,
@@ -280,7 +280,9 @@ function RoomMessage(p: {
)}
{/* Text message */}
{p.message.type === "m.text" && p.message.content}
{p.message.type === "m.text" && (
<div style={{ margin: "2px 0px" }}>{p.message.content}</div>
)}
</div>
<ButtonGroup
className="buttons"