Matrix-Chat: Bildnachrichten darstellen

This commit is contained in:
Kai
2026-02-17 18:11:51 +01:00
parent a643b7773e
commit 3d6535098f
4 changed files with 54 additions and 12 deletions

View File

@@ -190,4 +190,5 @@ type MatrixMessage struct {
Sender string
Body string
Timestamp string
ImageURL string
}