Add support for previewing images in room scrollback (#108)

This commit is contained in:
Benjamin Grosse
2023-11-16 08:36:22 -08:00
committed by GitHub
parent 974775b29b
commit 221faa828d
15 changed files with 588 additions and 29 deletions

View File

@@ -23,7 +23,16 @@
"color": "magenta"
}
},
"default_room": "#iamb-users:0x.badd.cafe"
"default_room": "#iamb-users:0x.badd.cafe",
"image_preview": {
"protocol": {
"type": "sixel"
},
"size": {
"width": 66,
"height": 10
}
}
},
"dirs": {
"cache": "/home/user/.cache/iamb/",