mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 21:59:52 -07:00
Add support for previewing images in room scrollback (#108)
This commit is contained in:
parent
974775b29b
commit
221faa828d
15 changed files with 588 additions and 29 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue